Html Css Color HEX #ACB359 Olive Green

📋 copy color: '#ACB359'

red 172 ◦ green 179 ◦ blue 89

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

Shades of Olive Green #ACB359

Tints of Olive Green #ACB359

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.68%

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

R = 39.09%
G = 40.68%
B = 20.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#ACB359 (or 0xACB359) is known color: Olive Green. HEX triplet: AC, B3 and 59. RGB value is (172,179,89). Sum of RGB (Red+Green+Blue) = 172+179+89=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 89 (35.16% from 255 or 20.23% from 440); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB359 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB359 is #534CA6. Grayscale: #A7A7A7. Windows color (decimal): -5459111 or 5878700. OLE color: 5878700.

HSL color Cylindrical-coordinate representation of color #ACB359: hue angle of 64.67º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACB359 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 89 -
CMYK 0.04 0 0.50 0.30
HSL 64.67º 0.37% 0.53% -
HSV(B) 64.67º 0.5% 0.7% -
XYZ 34.94 41.73 15.66 -
YUV 166.65 84.18 131.82 -
System Red Green Blue C M Y K H S L
Decimal 172 179 89 0.04 0 0.50 0.30 64.67 0.37 0.53
Hex AC B3 59 4 0 32 1E 41 25 35
Octal 254 263 131 4 0 62 36 101 45 65
Binary 10101100 10110011 1011001 100 0 110010 11110 1000001 100101 110101

Color Harmonies of #ACB359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB359

Black with #ACB359

Text Example


Text Example

White with #ACB359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB359; }

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

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

background-color css

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

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

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

border-color css

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

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

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