Html Css Color HEX #ACB659 Olive Green

📋 copy color: '#ACB659'

red 172 ◦ green 182 ◦ blue 89

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

Shades of Olive Green #ACB659

Tints of Olive Green #ACB659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 20.09%

R = 38.83%
G = 41.08%
B = 20.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#ACB659 (or 0xACB659) is known color: Olive Green. HEX triplet: AC, B6 and 59. RGB value is (172,182,89). Sum of RGB (Red+Green+Blue) = 172+182+89=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 89 (35.16% from 255 or 20.09% from 443); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB659 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB659 is #5349A6. Grayscale: #A8A8A8. Windows color (decimal): -5458343 or 5879468. OLE color: 5879468.

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

Color convert

RGB 172 182 89 -
CMYK 0.05 0 0.51 0.29
HSL 66.45º 0.39% 0.53% -
HSV(B) 66.45º 0.51% 0.71% -
XYZ 35.54 42.95 15.87 -
YUV 168.41 83.19 130.56 -
System Red Green Blue C M Y K H S L
Decimal 172 182 89 0.05 0 0.51 0.29 66.45 0.39 0.53
Hex AC B6 59 5 0 33 1D 42 27 35
Octal 254 266 131 5 0 63 35 102 47 65
Binary 10101100 10110110 1011001 101 0 110011 11101 1000010 100111 110101

Color Harmonies of #ACB659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB659

Black with #ACB659

Text Example


Text Example

White with #ACB659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB659; }

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

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

background-color css

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

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

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

border-color css

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

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

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