#ACBB66

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

Shades of Olive Green #ACBB66

Tints of Olive Green #ACBB66

Color information

#ACBB66 (or 0xACBB66) is unknown color: approx Olive Green. HEX triplet: AC, BB and 66. RGB value is (172,187,102). Sum of RGB (Red+Green+Blue) = 172+187+102=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBB66 is #534499. Grayscale: #ADADAD. Windows color (decimal): -5457050 or 6732716. OLE color: 6732716.

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

Color convert

RGB172187102-
CMYK0.0800.450.27
HSL70.59º38.46%56.67%-
HSV(B)70.59º45.45%73.33%-
XYZ37.1845.2719.35-
YUV172.8288.03127.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.31%
GREEN value IS 187 (73.44% from 255) = 40.56%
BLUE value IS 102 (40.23% from 255) = 22.13%
R=37.31%
G=40.56%
B=22.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721871020.0800.450.2770.5938.4656.67
HexACBB66802D1B472639
Octal25427314610055331074671
Binary1010110010111011110011010000101101110111000111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBB66; }

 p { color: rgb(172,187,102); }

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

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

 a { background-color: rgb(172,187,102); }

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

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

 span { border-color: rgb(172,187,102); }

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