Html Css Color HEX #ACB153 Olive Green

📋 copy color: '#ACB153'

red 172 ◦ green 177 ◦ blue 83

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

Shades of Olive Green #ACB153

Tints of Olive Green #ACB153

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.97%

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

R = 39.81%
G = 40.97%
B = 19.21%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#ACB153 (or 0xACB153) is known color: Olive Green. HEX triplet: AC, B1 and 53. RGB value is (172,177,83). Sum of RGB (Red+Green+Blue) = 172+177+83=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 177 (69.53% from 255 or 40.97% from 432); Blue value is 83 (32.81% from 255 or 19.21% from 432); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB153 is #534EAC. Grayscale: #A5A5A5. Windows color (decimal): -5459629 or 5484972. OLE color: 5484972.

HSL color Cylindrical-coordinate representation of color #ACB153: hue angle of 63.19º degrees, saturation: 0.38, 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 #ACB153 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 177 83 -
CMYK 0.03 0 0.53 0.31
HSL 63.19º 0.38% 0.51% -
HSV(B) 63.19º 0.53% 0.69% -
XYZ 34.3 40.84 14.26 -
YUV 164.79 81.84 133.14 -
System Red Green Blue C M Y K H S L
Decimal 172 177 83 0.03 0 0.53 0.31 63.19 0.38 0.51
Hex AC B1 53 3 0 35 1F 3F 26 33
Octal 254 261 123 3 0 65 37 77 46 63
Binary 10101100 10110001 1010011 11 0 110101 11111 111111 100110 110011

Color Harmonies of #ACB153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB153

Black with #ACB153

Text Example


Text Example

White with #ACB153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB153; }

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

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

background-color css

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

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

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

border-color css

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

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

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