#96C866

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

Shades of Olivine #96C866

Tints of Olivine #96C866

Color information

#96C866 (or 0x96C866) is unknown color: approx Olivine. HEX triplet: 96, C8 and 66. RGB value is (150,200,102). Sum of RGB (Red+Green+Blue) = 150+200+102=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 200 (78.52% from 255 or 44.25% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 200 - color contains mainly: green. Hex color #96C866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C866 is #693799. Grayscale: #AEAEAE. Windows color (decimal): -6895514 or 6736022. OLE color: 6736022.

HSL color Cylindrical-coordinate representation of color #96C866: hue angle of 90.61º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96C866 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB150200102-
CMYK0.2500.490.22
HSL90.61º47.12%59.22%-
HSV(B)90.61º49%78.43%-
XYZ35.6348.7520.1-
YUV173.8887.44110.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.19%
GREEN value IS 200 (78.52% from 255) = 44.25%
BLUE value IS 102 (40.23% from 255) = 22.57%
R=33.19%
G=44.25%
B=22.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1502001020.2500.490.2290.6147.1259.22
Hex96C86619031165b2f3b
Octal22631014631061261335773
Binary10010110110010001100110110010110001101101011011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96C866; }

 p { color: rgb(150,200,102); }

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

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

 a { background-color: rgb(150,200,102); }

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

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

 span { border-color: rgb(150,200,102); }

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