Html Css Color HEX #ACB96B Olive Green

📋 copy color: '#ACB96B'

red 172 ◦ green 185 ◦ blue 107

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

Shades of Olive Green #ACB96B

Tints of Olive Green #ACB96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.06%

R = 37.07%
G = 39.87%
B = 23.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#ACB96B (or 0xACB96B) is known color: Olive Green. HEX triplet: AC, B9 and 6B. RGB value is (172,185,107). Sum of RGB (Red+Green+Blue) = 172+185+107=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB96B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB96B is #534694. Grayscale: #ACACAC. Windows color (decimal): -5457557 or 7059884. OLE color: 7059884.

HSL color Cylindrical-coordinate representation of color #ACB96B: hue angle of 70º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACB96B is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 185 107 -
CMYK 0.07 0 0.42 0.27
HSL 70º 0.36% 0.57% -
HSV(B) 70º 0.42% 0.73% -
XYZ 37.02 44.53 20.55 -
YUV 172.22 91.19 127.84 -
System Red Green Blue C M Y K H S L
Decimal 172 185 107 0.07 0 0.42 0.27 70 0.36 0.57
Hex AC B9 6B 7 0 2A 1B 46 24 39
Octal 254 271 153 7 0 52 33 106 44 71
Binary 10101100 10111001 1101011 111 0 101010 11011 1000110 100100 111001

Color Harmonies of #ACB96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB96B

Black with #ACB96B

Text Example


Text Example

White with #ACB96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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