Html Css Color HEX #ACB86A Olive Green

📋 copy color: '#ACB86A'

red 172 ◦ green 184 ◦ blue 106

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

Shades of Olive Green #ACB86A

Tints of Olive Green #ACB86A

RGB

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

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

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

R = 37.23%
G = 39.83%
B = 22.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#ACB86A (or 0xACB86A) is known color: Olive Green. HEX triplet: AC, B8 and 6A. RGB value is (172,184,106). Sum of RGB (Red+Green+Blue) = 172+184+106=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB86A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB86A is #534795. Grayscale: #ABABAB. Windows color (decimal): -5457814 or 6994092. OLE color: 6994092.

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

Color convert

RGB 172 184 106 -
CMYK 0.07 0 0.42 0.28
HSL 69.23º 0.35% 0.57% -
HSV(B) 69.23º 0.42% 0.72% -
XYZ 36.76 44.09 20.21 -
YUV 171.52 91.02 128.34 -
System Red Green Blue C M Y K H S L
Decimal 172 184 106 0.07 0 0.42 0.28 69.23 0.35 0.57
Hex AC B8 6A 7 0 2A 1C 45 23 39
Octal 254 270 152 7 0 52 34 105 43 71
Binary 10101100 10111000 1101010 111 0 101010 11100 1000101 100011 111001

Color Harmonies of #ACB86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB86A

Black with #ACB86A

Text Example


Text Example

White with #ACB86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB86A; }

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

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

background-color css

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

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

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

border-color css

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

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

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