Html Css Color HEX #ACB159 Olive Green

📋 copy color: '#ACB159'

red 172 ◦ green 177 ◦ blue 89

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

Shades of Olive Green #ACB159

Tints of Olive Green #ACB159

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.41%

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

R = 39.27%
G = 40.41%
B = 20.32%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#ACB159 (or 0xACB159) is known color: Olive Green. HEX triplet: AC, B1 and 59. RGB value is (172,177,89). Sum of RGB (Red+Green+Blue) = 172+177+89=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 89 (35.16% from 255 or 20.32% from 438); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB159 is #534EA6. Grayscale: #A5A5A5. Windows color (decimal): -5459623 or 5878188. OLE color: 5878188.

HSL color Cylindrical-coordinate representation of color #ACB159: hue angle of 63.41º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACB159 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 177 89 -
CMYK 0.03 0 0.50 0.31
HSL 63.41º 0.36% 0.52% -
HSV(B) 63.41º 0.5% 0.69% -
XYZ 34.54 40.94 15.53 -
YUV 165.47 84.84 132.66 -
System Red Green Blue C M Y K H S L
Decimal 172 177 89 0.03 0 0.50 0.31 63.41 0.36 0.52
Hex AC B1 59 3 0 32 1F 3F 24 34
Octal 254 261 131 3 0 62 37 77 44 64
Binary 10101100 10110001 1011001 11 0 110010 11111 111111 100100 110100

Color Harmonies of #ACB159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB159

Black with #ACB159

Text Example


Text Example

White with #ACB159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB159; }

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

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

background-color css

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

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

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

border-color css

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

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

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