Html Css Color HEX #ACB152 Olive Green

📋 copy color: '#ACB152'

red 172 ◦ green 177 ◦ blue 82

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

Shades of Olive Green #ACB152

Tints of Olive Green #ACB152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.03%

R = 39.91%
G = 41.07%
B = 19.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#ACB152 (or 0xACB152) is known color: Olive Green. HEX triplet: AC, B1 and 52. RGB value is (172,177,82). Sum of RGB (Red+Green+Blue) = 172+177+82=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 82 (32.42% from 255 or 19.03% from 431); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB152 is #534EAD. Grayscale: #A5A5A5. Windows color (decimal): -5459630 or 5419436. OLE color: 5419436.

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

Color convert

RGB 172 177 82 -
CMYK 0.03 0 0.54 0.31
HSL 63.16º 0.38% 0.51% -
HSV(B) 63.16º 0.54% 0.69% -
XYZ 34.26 40.82 14.06 -
YUV 164.68 81.34 133.22 -
System Red Green Blue C M Y K H S L
Decimal 172 177 82 0.03 0 0.54 0.31 63.16 0.38 0.51
Hex AC B1 52 3 0 36 1F 3F 26 33
Octal 254 261 122 3 0 66 37 77 46 63
Binary 10101100 10110001 1010010 11 0 110110 11111 111111 100110 110011

Color Harmonies of #ACB152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB152

Black with #ACB152

Text Example


Text Example

White with #ACB152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB152; }

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

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

background-color css

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

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

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

border-color css

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

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

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