#99BC66

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

Shades of Olivine #99BC66

Tints of Olivine #99BC66

Color information

#99BC66 (or 0x99BC66) is unknown color: approx Olivine. HEX triplet: 99, BC and 66. RGB value is (153,188,102). Sum of RGB (Red+Green+Blue) = 153+188+102=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 102 (40.23% from 255 or 23.02% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BC66 is #664399. Grayscale: #A8A8A8. Windows color (decimal): -6701978 or 6732953. OLE color: 6732953.

HSL color Cylindrical-coordinate representation of color #99BC66: hue angle of 84.42º 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 #99BC66 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB153188102-
CMYK0.1900.460.26
HSL84.42º39.09%56.86%-
HSV(B)84.42º45.74%73.73%-
XYZ33.5243.719.24-
YUV167.7390.9117.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.54%
GREEN value IS 188 (73.83% from 255) = 42.44%
BLUE value IS 102 (40.23% from 255) = 23.02%
R=34.54%
G=42.44%
B=23.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531881020.1900.460.2684.4239.0956.86
Hex99BC661302E1A542739
Octal23127414623056321244771
Binary10011001101111001100110100110101110110101010100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99BC66; }

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

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

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

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

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

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

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

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