#A6BB66

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

Shades of Olivine #A6BB66

Tints of Olivine #A6BB66

Color information

#A6BB66 (or 0xA6BB66) is unknown color: approx Olivine. HEX triplet: A6, BB and 66. RGB value is (166,187,102). Sum of RGB (Red+Green+Blue) = 166+187+102=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 187 - color contains mainly: green. Hex color #A6BB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BB66 is #594499. Grayscale: #ABABAB. Windows color (decimal): -5850266 or 6732710. OLE color: 6732710.

HSL color Cylindrical-coordinate representation of color #A6BB66: hue angle of 74.82º 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 #A6BB66 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB166187102-
CMYK0.1100.450.27
HSL74.82º38.46%56.67%-
HSV(B)74.82º45.45%73.33%-
XYZ35.8944.6119.29-
YUV171.0389.04124.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.48%
GREEN value IS 187 (73.44% from 255) = 41.10%
BLUE value IS 102 (40.23% from 255) = 22.42%
R=36.48%
G=41.10%
B=22.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661871020.1100.450.2774.8238.4656.67
HexA6BB66B02D1B4b2639
Octal24627314613055331134671
Binary1010011010111011110011010110101101110111001011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BB66; }

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

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

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

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

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

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

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

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