Html Css Color HEX #ACB054 Olive Green

📋 copy color: '#ACB054'

red 172 ◦ green 176 ◦ blue 84

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

Shades of Olive Green #ACB054

Tints of Olive Green #ACB054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.44%

R = 39.81%
G = 40.74%
B = 19.44%

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

#ACB054 (or 0xACB054) is known color: Olive Green. HEX triplet: AC, B0 and 54. RGB value is (172,176,84). Sum of RGB (Red+Green+Blue) = 172+176+84=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 84 (33.20% from 255 or 19.44% from 432); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB054 is #534FAB. Grayscale: #A4A4A4. Windows color (decimal): -5459884 or 5550252. OLE color: 5550252.

HSL color Cylindrical-coordinate representation of color #ACB054: hue angle of 62.61º 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 #ACB054 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 176 84 -
CMYK 0.02 0 0.52 0.31
HSL 62.61º 0.37% 0.51% -
HSV(B) 62.61º 0.52% 0.69% -
XYZ 34.14 40.46 14.4 -
YUV 164.32 82.67 133.48 -
System Red Green Blue C M Y K H S L
Decimal 172 176 84 0.02 0 0.52 0.31 62.61 0.37 0.51
Hex AC B0 54 2 0 34 1F 3F 25 33
Octal 254 260 124 2 0 64 37 77 45 63
Binary 10101100 10110000 1010100 10 0 110100 11111 111111 100101 110011

Color Harmonies of #ACB054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB054

Black with #ACB054

Text Example


Text Example

White with #ACB054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB054; }

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

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

background-color css

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

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

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

border-color css

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

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

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