Html Css Color HEX #ACB162 Olive Green

📋 copy color: '#ACB162'

red 172 ◦ green 177 ◦ blue 98

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

Shades of Olive Green #ACB162

Tints of Olive Green #ACB162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.92%

R = 38.48%
G = 39.6%
B = 21.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#ACB162 (or 0xACB162) is known color: Olive Green. HEX triplet: AC, B1 and 62. RGB value is (172,177,98). Sum of RGB (Red+Green+Blue) = 172+177+98=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 98 (38.67% from 255 or 21.92% from 447); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB162 is #534E9D. Grayscale: #A6A6A6. Windows color (decimal): -5459614 or 6468012. OLE color: 6468012.

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

Color convert

RGB 172 177 98 -
CMYK 0.03 0 0.45 0.31
HSL 63.8º 0.34% 0.54% -
HSV(B) 63.8º 0.45% 0.69% -
XYZ 34.94 41.1 17.65 -
YUV 166.5 89.34 131.92 -
System Red Green Blue C M Y K H S L
Decimal 172 177 98 0.03 0 0.45 0.31 63.8 0.34 0.54
Hex AC B1 62 3 0 2D 1F 40 22 36
Octal 254 261 142 3 0 55 37 100 42 66
Binary 10101100 10110001 1100010 11 0 101101 11111 1000000 100010 110110

Color Harmonies of #ACB162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB162

Black with #ACB162

Text Example


Text Example

White with #ACB162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB162; }

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

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

background-color css

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

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

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

border-color css

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

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

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