Html Css Color HEX #ACB85F Olive Green

📋 copy color: '#ACB85F'

red 172 ◦ green 184 ◦ blue 95

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

Shades of Olive Green #ACB85F

Tints of Olive Green #ACB85F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.06%

R = 38.14%
G = 40.8%
B = 21.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#ACB85F (or 0xACB85F) is known color: Olive Green. HEX triplet: AC, B8 and 5F. RGB value is (172,184,95). Sum of RGB (Red+Green+Blue) = 172+184+95=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 95 (37.5% from 255 or 21.06% from 451); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB85F is #5347A0. Grayscale: #AAAAAA. Windows color (decimal): -5457825 or 6273196. OLE color: 6273196.

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

Color convert

RGB 172 184 95 -
CMYK 0.07 0 0.48 0.28
HSL 68.09º 0.39% 0.55% -
HSV(B) 68.09º 0.48% 0.72% -
XYZ 36.22 43.88 17.39 -
YUV 170.27 85.52 129.24 -
System Red Green Blue C M Y K H S L
Decimal 172 184 95 0.07 0 0.48 0.28 68.09 0.39 0.55
Hex AC B8 5F 7 0 30 1C 44 27 37
Octal 254 270 137 7 0 60 34 104 47 67
Binary 10101100 10111000 1011111 111 0 110000 11100 1000100 100111 110111

Color Harmonies of #ACB85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB85F

Black with #ACB85F

Text Example


Text Example

White with #ACB85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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