Html Css Color HEX #ACB759 Olive Green

📋 copy color: '#ACB759'

red 172 ◦ green 183 ◦ blue 89

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

Shades of Olive Green #ACB759

Tints of Olive Green #ACB759

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.22%

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

R = 38.74%
G = 41.22%
B = 20.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#ACB759 (or 0xACB759) is known color: Olive Green. HEX triplet: AC, B7 and 59. RGB value is (172,183,89). Sum of RGB (Red+Green+Blue) = 172+183+89=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 89 (35.16% from 255 or 20.05% from 444); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB759 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB759 is #5348A6. Grayscale: #A9A9A9. Windows color (decimal): -5458087 or 5879724. OLE color: 5879724.

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

Color convert

RGB 172 183 89 -
CMYK 0.06 0 0.51 0.28
HSL 67.02º 0.39% 0.53% -
HSV(B) 67.02º 0.51% 0.72% -
XYZ 35.75 43.36 15.94 -
YUV 169 82.86 130.14 -
System Red Green Blue C M Y K H S L
Decimal 172 183 89 0.06 0 0.51 0.28 67.02 0.39 0.53
Hex AC B7 59 6 0 33 1C 43 27 35
Octal 254 267 131 6 0 63 34 103 47 65
Binary 10101100 10110111 1011001 110 0 110011 11100 1000011 100111 110101

Color Harmonies of #ACB759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB759

Black with #ACB759

Text Example


Text Example

White with #ACB759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB759; }

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

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

background-color css

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

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

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

border-color css

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

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

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