Html Css Color HEX #ACB558 Olive Green

📋 copy color: '#ACB558'

red 172 ◦ green 181 ◦ blue 88

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

Shades of Olive Green #ACB558

Tints of Olive Green #ACB558

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.04%

 BLUE value IS 88 (34.77% from 255) = 19.95%

R = 39%
G = 41.04%
B = 19.95%

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

#ACB558 (or 0xACB558) is known color: Olive Green. HEX triplet: AC, B5 and 58. RGB value is (172,181,88). Sum of RGB (Red+Green+Blue) = 172+181+88=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 88 (34.77% from 255 or 19.95% from 441); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB558 is #534AA7. Grayscale: #A8A8A8. Windows color (decimal): -5458600 or 5813676. OLE color: 5813676.

HSL color Cylindrical-coordinate representation of color #ACB558: hue angle of 65.81º 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 #ACB558 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 181 88 -
CMYK 0.05 0 0.51 0.29
HSL 65.81º 0.39% 0.53% -
HSV(B) 65.81º 0.51% 0.71% -
XYZ 35.3 42.52 15.58 -
YUV 167.71 83.02 131.06 -
System Red Green Blue C M Y K H S L
Decimal 172 181 88 0.05 0 0.51 0.29 65.81 0.39 0.53
Hex AC B5 58 5 0 33 1D 42 27 35
Octal 254 265 130 5 0 63 35 102 47 65
Binary 10101100 10110101 1011000 101 0 110011 11101 1000010 100111 110101

Color Harmonies of #ACB558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB558

Black with #ACB558

Text Example


Text Example

White with #ACB558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB558; }

 p { color: rgb(172,181,88); }

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

background-color css

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

 a { background-color: rgb(172,181,88); }

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

border-color css

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

 span { border-color: rgb(172,181,88); }

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