Html Css Color HEX #ACB055 Olive Green

📋 copy color: '#ACB055'

red 172 ◦ green 176 ◦ blue 85

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

Shades of Olive Green #ACB055

Tints of Olive Green #ACB055

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.65%

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

R = 39.72%
G = 40.65%
B = 19.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#ACB055 (or 0xACB055) is known color: Olive Green. HEX triplet: AC, B0 and 55. RGB value is (172,176,85). Sum of RGB (Red+Green+Blue) = 172+176+85=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB055 is #534FAA. Grayscale: #A4A4A4. Windows color (decimal): -5459883 or 5615788. OLE color: 5615788.

HSL color Cylindrical-coordinate representation of color #ACB055: hue angle of 62.64º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACB055 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 176 85 -
CMYK 0.02 0 0.52 0.31
HSL 62.64º 0.37% 0.51% -
HSV(B) 62.64º 0.52% 0.69% -
XYZ 34.18 40.48 14.61 -
YUV 164.43 83.17 133.4 -
System Red Green Blue C M Y K H S L
Decimal 172 176 85 0.02 0 0.52 0.31 62.64 0.37 0.51
Hex AC B0 55 2 0 34 1F 3F 25 33
Octal 254 260 125 2 0 64 37 77 45 63
Binary 10101100 10110000 1010101 10 0 110100 11111 111111 100101 110011

Color Harmonies of #ACB055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB055

Black with #ACB055

Text Example


Text Example

White with #ACB055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB055; }

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

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

background-color css

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

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

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

border-color css

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

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

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