COLOR #A5B952

HEX: #A5B952
RGB: (165,185,82)

Color info

#A5B952 contains mainly red and green colors. Web safe color of #A5B952 is #99CC66 (or #9C6).

RGB color model

#A5B952 color RGB value is (165,185,82).

  • red value is 165;
  • green value is 185;
  • blue value is 82.
RGB:
(165,185,82)
(65%,73%,32%)

RGB channels and saturation

R 165 of 255 = 65%
G 185 of 255 = 73%
B 82 of 255 = 32%

165
185
82

R + G + B ~ 57%. #A5B952 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
165 + 185 + 82 = 432 (100%)
R 165 of 432 ~ 38.19%
G 185 of 432 ~ 42.82%
B 82 of 432 ~ 18.98%

%38.19
%42.82
%18.98

CMYK color model

#A5B952 color CMYK value is (11,0,56,27).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 55.68%
  • key color value is 27.45%
CMYK:
(11,0,56,27)
C11M0Y56K27 
(11%,0%,56%,27%)
(0.11/0.00/0.56/0.27)	

CMYK percentages

%10.81
%0
%55.68
%27.45

Codes

Color #A5B952 in popluar color models

A5B952
RGB16518582
HSL72°42.39%52.35%
HSB/HSV72°55.68%72.55%
CMYK10.81%0.00%55.68%
27.45%

Color #A5B952 in popluar number systems.

HEXA5B952
Decimal16518582
Binary10100101101110011010010
Octal245271122

Shades and tints

Shades of #A5B952

#A5B952
(165,185,82)
#96A94B
(150,169,75)
#879944
(135,153,68)
#78893D
(120,137,61)
#697936
(105,121,54)
#5A692F
(90,105,47)
#4B5928
(75,89,40)
#3C4921
(60,73,33)
#2D391A
(45,57,26)
#1E2913
(30,41,19)
#0F190C
(15,25,12)
#000000
(0,0,0)

Tints of #A5B952

#A5B952
(165,185,82)
#ADBF61
(173,191,97)
#B5C570
(181,197,112)
#BDCB7F
(189,203,127)
#C5D18E
(197,209,142)
#CDD79D
(205,215,157)
#D5DDAC
(213,221,172)
#DDE3BB
(221,227,187)
#E5E9CA
(229,233,202)
#EDEFD9
(237,239,217)
#F5F5E8
(245,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B952 color. Also use rgb(165,185,82) instead hex code.

Text Font Color

.myTextColor { color: #A5B952; }

<p style="color:#A5B952">This sample text font color is #A5B952.</p>

This text font color is #A5B952.


Background Color

.myBgColor { background-color: #A5B952; }

<div style="background-color:#A5B952">Inner text</div>

This div background color is #A5B952.


Border color

.myBorderColor { border: 1px solid #A5B952; }

<div style="border:3px solid #A5B952">Div</div>

This div border color is #A5B952.


Opacity

.myOpacity80 { color: #A5B952; opacity: 0.8; }

<p style="color:#A5B952;opacity:0.8;">80%</p>

Text with #A5B952 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A5B952;}

<p style="text-shadow: 3px 3px 1px #A5B952">Text here.</p>

This text has shadow with #A5B952 color.

.textShadow {text-shadow: 3px 3px 1px #A5B952, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A5B952, 5px 5px 20px red">Text here.</p>

This text has shadow with #A5B952 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5B952, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A5B952, Direction=45, Strength=4)">Text</p>

This text has shadow with #A5B952 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A5B952;
  -webkit-box-shadow:	1px 1px 3px 2px #A5B952;
  box-shadow:		1px 1px 3px 2px #A5B952;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5B952;
-webkit-box-shadow: 1px 1px 3px 2px #A5B952;
box-shadow:1px 1px 3px 2px #A5B952;">
Div content here</div>
This div box has shadow with color #A5B952.

Preview

Color preview on black background

This text has color #A5B952 on black background.


Color preview on white background

This text has color #A5B952 on white background.



Black color preview on #A5B952 background

This text has black color on #A5B952 background.


White color preview on #A5B952 background

This text has white color on #A5B952 background.