Html Css Color HEX #ACB66A Olive Green

📋 copy color: '#ACB66A'

red 172 ◦ green 182 ◦ blue 106

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

Shades of Olive Green #ACB66A

Tints of Olive Green #ACB66A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.57%

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

R = 37.39%
G = 39.57%
B = 23.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#ACB66A (or 0xACB66A) is known color: Olive Green. HEX triplet: AC, B6 and 6A. RGB value is (172,182,106). Sum of RGB (Red+Green+Blue) = 172+182+106=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 182 (71.48% from 255 or 39.57% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB66A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB66A is #534995. Grayscale: #AAAAAA. Windows color (decimal): -5458326 or 6993580. OLE color: 6993580.

HSL color Cylindrical-coordinate representation of color #ACB66A: hue angle of 67.89º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACB66A is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 182 106 -
CMYK 0.05 0 0.42 0.29
HSL 67.89º 0.34% 0.56% -
HSV(B) 67.89º 0.42% 0.71% -
XYZ 36.34 43.27 20.07 -
YUV 170.35 91.69 129.18 -
System Red Green Blue C M Y K H S L
Decimal 172 182 106 0.05 0 0.42 0.29 67.89 0.34 0.56
Hex AC B6 6A 5 0 2A 1D 44 22 38
Octal 254 266 152 5 0 52 35 104 42 70
Binary 10101100 10110110 1101010 101 0 101010 11101 1000100 100010 111000

Color Harmonies of #ACB66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB66A

Black with #ACB66A

Text Example


Text Example

White with #ACB66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB66A; }

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

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

background-color css

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

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

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

border-color css

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

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

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