Html Css Color HEX #ACB56A Olive Green

📋 copy color: '#ACB56A'

red 172 ◦ green 181 ◦ blue 106

#ACB56A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #ACB56A

Tints of Olive Green #ACB56A

RGB

 RED value IS 172 (67.58% from 255) = 37.47%

 GREEN value IS 181 (71.09% from 255) = 39.43%

 BLUE value IS 106 (41.8% from 255) = 23.09%

R = 37.47%
G = 39.43%
B = 23.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.41

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ACB56A (or 0xACB56A) is known color: Olive Green. HEX triplet: AC, B5 and 6A. RGB value is (172,181,106). Sum of RGB (Red+Green+Blue) = 172+181+106=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB56A is #534A95. Grayscale: #AAAAAA. Windows color (decimal): -5458582 or 6993324. OLE color: 6993324.

HSL color Cylindrical-coordinate representation of color #ACB56A: hue angle of 67.2º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACB56A is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 181 106 -
CMYK 0.05 0 0.41 0.29
HSL 67.2º 0.34% 0.56% -
HSV(B) 67.2º 0.41% 0.71% -
XYZ 36.14 42.86 20 -
YUV 169.76 92.02 129.6 -
System Red Green Blue C M Y K H S L
Decimal 172 181 106 0.05 0 0.41 0.29 67.2 0.34 0.56
Hex AC B5 6A 5 0 29 1D 43 22 38
Octal 254 265 152 5 0 51 35 103 42 70
Binary 10101100 10110101 1101010 101 0 101001 11101 1000011 100010 111000

Color Harmonies of #ACB56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB56A

Black with #ACB56A

Text Example


Text Example

White with #ACB56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB56A; }

 p { color: rgb(172,181,106); }

 H1.HeaderClassName
 {
   color: #ACB56A;
 }
 .AnyTagClassName
 {
   color: #ACB56A;
 }
</style>

background-color css

<style>
 a { background-color: #ACB56A; }

 a { background-color: rgb(172,181,106); }

 div.DivClassName
 {
   background-color: #ACB56A;
 }
 .BgClassName
 {
   background-color: #ACB56A;
 }
</style>

border-color css

<style>
 span { border-color: #ACB56A; }

 span { border-color: rgb(172,181,106); }

 td.TdClassName
 {
   border-color: #ACB56A;
 }
 .TagClassName
 {
   border-color: #ACB56A;
 }
</style>