#99C166

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

Shades of Olivine #99C166

Tints of Olivine #99C166

Color information

#99C166 (or 0x99C166) is unknown color: approx Olivine. HEX triplet: 99, C1 and 66. RGB value is (153,193,102). Sum of RGB (Red+Green+Blue) = 153+193+102=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 193 - color contains mainly: green. Hex color #99C166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C166 is #663E99. Grayscale: #AAAAAA. Windows color (decimal): -6700698 or 6734233. OLE color: 6734233.

HSL color Cylindrical-coordinate representation of color #99C166: hue angle of 86.37º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #99C166 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB153193102-
CMYK0.2100.470.24
HSL86.37º42.33%57.84%-
HSV(B)86.37º47.15%75.69%-
XYZ34.6145.8719.6-
YUV170.6789.25115.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.15%
GREEN value IS 193 (75.78% from 255) = 43.08%
BLUE value IS 102 (40.23% from 255) = 22.77%
R=34.15%
G=43.08%
B=22.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531931020.2100.470.2486.3742.3357.84
Hex99C1661502F18562a3a
Octal23130114625057301265272
Binary10011001110000011100110101010101111110001010110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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