Html Css Color HEX #ACB85E Olive Green

📋 copy color: '#ACB85E'

red 172 ◦ green 184 ◦ blue 94

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

Shades of Olive Green #ACB85E

Tints of Olive Green #ACB85E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.89%

R = 38.22%
G = 40.89%
B = 20.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#ACB85E (or 0xACB85E) is known color: Olive Green. HEX triplet: AC, B8 and 5E. RGB value is (172,184,94). Sum of RGB (Red+Green+Blue) = 172+184+94=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB85E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB85E is #5347A1. Grayscale: #AAAAAA. Windows color (decimal): -5457826 or 6207660. OLE color: 6207660.

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

Color convert

RGB 172 184 94 -
CMYK 0.07 0 0.49 0.28
HSL 68º 0.39% 0.55% -
HSV(B) 68º 0.49% 0.72% -
XYZ 36.17 43.86 17.15 -
YUV 170.15 85.02 129.32 -
System Red Green Blue C M Y K H S L
Decimal 172 184 94 0.07 0 0.49 0.28 68 0.39 0.55
Hex AC B8 5E 7 0 31 1C 44 27 37
Octal 254 270 136 7 0 61 34 104 47 67
Binary 10101100 10111000 1011110 111 0 110001 11100 1000100 100111 110111

Color Harmonies of #ACB85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB85E

Black with #ACB85E

Text Example


Text Example

White with #ACB85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB85E; }

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

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

background-color css

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

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

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

border-color css

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

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

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