Html Css Color HEX #ACB96A Olive Green

📋 copy color: '#ACB96A'

red 172 ◦ green 185 ◦ blue 106

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

Shades of Olive Green #ACB96A

Tints of Olive Green #ACB96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.89%

R = 37.15%
G = 39.96%
B = 22.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#ACB96A (or 0xACB96A) is known color: Olive Green. HEX triplet: AC, B9 and 6A. RGB value is (172,185,106). Sum of RGB (Red+Green+Blue) = 172+185+106=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB96A is #534695. Grayscale: #ACACAC. Windows color (decimal): -5457558 or 6994348. OLE color: 6994348.

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

Color convert

RGB 172 185 106 -
CMYK 0.07 0 0.43 0.27
HSL 69.87º 0.36% 0.57% -
HSV(B) 69.87º 0.43% 0.73% -
XYZ 36.96 44.51 20.28 -
YUV 172.11 90.69 127.92 -
System Red Green Blue C M Y K H S L
Decimal 172 185 106 0.07 0 0.43 0.27 69.87 0.36 0.57
Hex AC B9 6A 7 0 2B 1B 46 24 39
Octal 254 271 152 7 0 53 33 106 44 71
Binary 10101100 10111001 1101010 111 0 101011 11011 1000110 100100 111001

Color Harmonies of #ACB96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB96A

Black with #ACB96A

Text Example


Text Example

White with #ACB96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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