Html Css Color HEX #ACB85C Olive Green

📋 copy color: '#ACB85C'

red 172 ◦ green 184 ◦ blue 92

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

Shades of Olive Green #ACB85C

Tints of Olive Green #ACB85C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.54%

R = 38.39%
G = 41.07%
B = 20.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#ACB85C (or 0xACB85C) is known color: Olive Green. HEX triplet: AC, B8 and 5C. RGB value is (172,184,92). Sum of RGB (Red+Green+Blue) = 172+184+92=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB85C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB85C is #5347A3. Grayscale: #AAAAAA. Windows color (decimal): -5457828 or 6076588. OLE color: 6076588.

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

Color convert

RGB 172 184 92 -
CMYK 0.07 0 0.50 0.28
HSL 67.83º 0.39% 0.54% -
HSV(B) 67.83º 0.5% 0.72% -
XYZ 36.09 43.82 16.68 -
YUV 169.92 84.02 129.48 -
System Red Green Blue C M Y K H S L
Decimal 172 184 92 0.07 0 0.50 0.28 67.83 0.39 0.54
Hex AC B8 5C 7 0 32 1C 44 27 36
Octal 254 270 134 7 0 62 34 104 47 66
Binary 10101100 10111000 1011100 111 0 110010 11100 1000100 100111 110110

Color Harmonies of #ACB85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB85C

Black with #ACB85C

Text Example


Text Example

White with #ACB85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB85C; }

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

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

background-color css

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

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

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

border-color css

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

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

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