#96C862

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

Shades of Olivine #96C862

Tints of Olivine #96C862

Color information

#96C862 (or 0x96C862) is unknown color: approx Olivine. HEX triplet: 96, C8 and 62. RGB value is (150,200,98). Sum of RGB (Red+Green+Blue) = 150+200+98=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 200 (78.52% from 255 or 44.64% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 200 - color contains mainly: green. Hex color #96C862 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C862 is #69379D. Grayscale: #ADADAD. Windows color (decimal): -6895518 or 6473878. OLE color: 6473878.

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

Color convert

RGB15020098-
CMYK0.2500.510.22
HSL89.41º48.11%58.43%-
HSV(B)89.41º51%78.43%-
XYZ35.4448.6719.08-
YUV173.4285.44111.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.48%
GREEN value IS 200 (78.52% from 255) = 44.64%
BLUE value IS 98 (38.67% from 255) = 21.88%
R=33.48%
G=44.64%
B=21.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal150200980.2500.510.2289.4148.1158.43
Hex96C862190331659303a
Octal22631014231063261316072
Binary10010110110010001100010110010110011101101011001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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