#96C863

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

Shades of Olivine #96C863

Tints of Olivine #96C863

Color information

#96C863 (or 0x96C863) is unknown color: approx Olivine. HEX triplet: 96, C8 and 63. RGB value is (150,200,99). Sum of RGB (Red+Green+Blue) = 150+200+99=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 200 (78.52% from 255 or 44.54% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 200 - color contains mainly: green. Hex color #96C863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C863 is #69379C. Grayscale: #ADADAD. Windows color (decimal): -6895517 or 6539414. OLE color: 6539414.

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

Color convert

RGB15020099-
CMYK0.2500.500.22
HSL89.7º47.87%58.63%-
HSV(B)89.7º50.5%78.43%-
XYZ35.4848.6919.33-
YUV173.5485.94111.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.41%
GREEN value IS 200 (78.52% from 255) = 44.54%
BLUE value IS 99 (39.06% from 255) = 22.05%
R=33.41%
G=44.54%
B=22.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal150200990.2500.500.2289.747.8758.63
Hex96C86319032165a303b
Octal22631014331062261326073
Binary10010110110010001100011110010110010101101011010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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