Html Css Color HEX #ACB95C Olive Green

📋 copy color: '#ACB95C'

red 172 ◦ green 185 ◦ blue 92

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

Shades of Olive Green #ACB95C

Tints of Olive Green #ACB95C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.2%

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

R = 38.31%
G = 41.2%
B = 20.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#ACB95C (or 0xACB95C) is known color: Olive Green. HEX triplet: AC, B9 and 5C. RGB value is (172,185,92). Sum of RGB (Red+Green+Blue) = 172+185+92=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB95C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB95C is #5346A3. Grayscale: #AAAAAA. Windows color (decimal): -5457572 or 6076844. OLE color: 6076844.

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

Color convert

RGB 172 185 92 -
CMYK 0.07 0 0.50 0.27
HSL 68.39º 0.4% 0.54% -
HSV(B) 68.39º 0.5% 0.73% -
XYZ 36.29 44.24 16.75 -
YUV 170.51 83.69 129.06 -
System Red Green Blue C M Y K H S L
Decimal 172 185 92 0.07 0 0.50 0.27 68.39 0.4 0.54
Hex AC B9 5C 7 0 32 1B 44 28 36
Octal 254 271 134 7 0 62 33 104 50 66
Binary 10101100 10111001 1011100 111 0 110010 11011 1000100 101000 110110

Color Harmonies of #ACB95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB95C

Black with #ACB95C

Text Example


Text Example

White with #ACB95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB95C; }

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

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

background-color css

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

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

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

border-color css

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

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

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