#A0BC66

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

Shades of Olivine #A0BC66

Tints of Olivine #A0BC66

Color information

#A0BC66 (or 0xA0BC66) is unknown color: approx Olivine. HEX triplet: A0, BC and 66. RGB value is (160,188,102). Sum of RGB (Red+Green+Blue) = 160+188+102=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BC66 is #5F4399. Grayscale: #AAAAAA. Windows color (decimal): -6243226 or 6732960. OLE color: 6732960.

HSL color Cylindrical-coordinate representation of color #A0BC66: hue angle of 79.53º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0BC66 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB160188102-
CMYK0.1500.460.26
HSL79.53º39.09%56.86%-
HSV(B)79.53º45.74%73.73%-
XYZ34.8844.419.3-
YUV169.8289.72120.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.56%
GREEN value IS 188 (73.83% from 255) = 41.78%
BLUE value IS 102 (40.23% from 255) = 22.67%
R=35.56%
G=41.78%
B=22.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601881020.1500.460.2679.5339.0956.86
HexA0BC66F02E1A502739
Octal24027414617056321204771
Binary1010000010111100110011011110101110110101010000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BC66; }

 p { color: rgb(160,188,102); }

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

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

 a { background-color: rgb(160,188,102); }

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

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

 span { border-color: rgb(160,188,102); }

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