Html Css Color HEX #ACB053 Olive Green

📋 copy color: '#ACB053'

red 172 ◦ green 176 ◦ blue 83

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

Shades of Olive Green #ACB053

Tints of Olive Green #ACB053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.26%

R = 39.91%
G = 40.84%
B = 19.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#ACB053 (or 0xACB053) is known color: Olive Green. HEX triplet: AC, B0 and 53. RGB value is (172,176,83). Sum of RGB (Red+Green+Blue) = 172+176+83=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 83 (32.81% from 255 or 19.26% from 431); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB053 is #534FAC. Grayscale: #A4A4A4. Windows color (decimal): -5459885 or 5484716. OLE color: 5484716.

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

Color convert

RGB 172 176 83 -
CMYK 0.02 0 0.53 0.31
HSL 62.58º 0.37% 0.51% -
HSV(B) 62.58º 0.53% 0.69% -
XYZ 34.1 40.45 14.19 -
YUV 164.2 82.17 133.56 -
System Red Green Blue C M Y K H S L
Decimal 172 176 83 0.02 0 0.53 0.31 62.58 0.37 0.51
Hex AC B0 53 2 0 35 1F 3F 25 33
Octal 254 260 123 2 0 65 37 77 45 63
Binary 10101100 10110000 1010011 10 0 110101 11111 111111 100101 110011

Color Harmonies of #ACB053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB053

Black with #ACB053

Text Example


Text Example

White with #ACB053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB053; }

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

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

background-color css

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

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

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

border-color css

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

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

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