Html Css Color HEX #ACB555 Olive Green

📋 copy color: '#ACB555'

red 172 ◦ green 181 ◦ blue 85

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

Shades of Olive Green #ACB555

Tints of Olive Green #ACB555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.41%

R = 39.27%
G = 41.32%
B = 19.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#ACB555 (or 0xACB555) is known color: Olive Green. HEX triplet: AC, B5 and 55. RGB value is (172,181,85). Sum of RGB (Red+Green+Blue) = 172+181+85=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 85 (33.59% from 255 or 19.41% from 438); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB555 is #534AAA. Grayscale: #A7A7A7. Windows color (decimal): -5458603 or 5617068. OLE color: 5617068.

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

Color convert

RGB 172 181 85 -
CMYK 0.05 0 0.53 0.29
HSL 65.63º 0.39% 0.52% -
HSV(B) 65.63º 0.53% 0.71% -
XYZ 35.18 42.47 14.94 -
YUV 167.37 81.52 131.31 -
System Red Green Blue C M Y K H S L
Decimal 172 181 85 0.05 0 0.53 0.29 65.63 0.39 0.52
Hex AC B5 55 5 0 35 1D 42 27 34
Octal 254 265 125 5 0 65 35 102 47 64
Binary 10101100 10110101 1010101 101 0 110101 11101 1000010 100111 110100

Color Harmonies of #ACB555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB555

Black with #ACB555

Text Example


Text Example

White with #ACB555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB555; }

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

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

background-color css

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

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

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

border-color css

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

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

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