Html Css Color HEX #ACB85B Olive Green

📋 copy color: '#ACB85B'

red 172 ◦ green 184 ◦ blue 91

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

Shades of Olive Green #ACB85B

Tints of Olive Green #ACB85B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.16%

 BLUE value IS 91 (35.94% from 255) = 20.36%

R = 38.48%
G = 41.16%
B = 20.36%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#ACB85B (or 0xACB85B) is known color: Olive Green. HEX triplet: AC, B8 and 5B. RGB value is (172,184,91). Sum of RGB (Red+Green+Blue) = 172+184+91=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB85B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB85B is #5347A4. Grayscale: #AAAAAA. Windows color (decimal): -5457829 or 6011052. OLE color: 6011052.

HSL color Cylindrical-coordinate representation of color #ACB85B: hue angle of 67.74º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACB85B is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 184 91 -
CMYK 0.07 0 0.51 0.28
HSL 67.74º 0.4% 0.54% -
HSV(B) 67.74º 0.51% 0.72% -
XYZ 36.04 43.81 16.45 -
YUV 169.81 83.52 129.56 -
System Red Green Blue C M Y K H S L
Decimal 172 184 91 0.07 0 0.51 0.28 67.74 0.4 0.54
Hex AC B8 5B 7 0 33 1C 44 28 36
Octal 254 270 133 7 0 63 34 104 50 66
Binary 10101100 10111000 1011011 111 0 110011 11100 1000100 101000 110110

Color Harmonies of #ACB85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB85B

Black with #ACB85B

Text Example


Text Example

White with #ACB85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB85B; }

 p { color: rgb(172,184,91); }

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

background-color css

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

 a { background-color: rgb(172,184,91); }

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

border-color css

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

 span { border-color: rgb(172,184,91); }

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