#ACB962

Color #ACB962 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #ACB962

Tints of Olive Green #ACB962

Color information

#ACB962 (or 0xACB962) is unknown color: approx Olive Green. HEX triplet: AC, B9 and 62. RGB value is (172,185,98). Sum of RGB (Red+Green+Blue) = 172+185+98=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB962 is #53469D. Grayscale: #ABABAB. Windows color (decimal): -5457566 or 6470060. OLE color: 6470060.

HSL color Cylindrical-coordinate representation of color #ACB962: hue angle of 68.97º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACB962 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB17218598-
CMYK0.0700.470.27
HSL68.97º38.33%55.49%-
HSV(B)68.97º47.03%72.55%-
XYZ36.5744.3518.19-
YUV171.286.69128.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 185 (72.66% from 255) = 40.66%
BLUE value IS 98 (38.67% from 255) = 21.54%
R=37.80%
G=40.66%
B=21.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172185980.0700.470.2768.9738.3355.49
HexACB962702F1B452637
Octal2542711427057331054667
Binary101011001011100111000101110101111110111000101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB962; }

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

 H1.HeaderClassName
 {
   color: #ACB962;
 }
 .AnyTagClassName
 {
   color: #ACB962;
 }
</style>
background-color css

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

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

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

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

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

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