#96CA62

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

Shades of Olivine #96CA62

Tints of Olivine #96CA62

Color information

#96CA62 (or 0x96CA62) is unknown color: approx Olivine. HEX triplet: 96, CA and 62. RGB value is (150,202,98). Sum of RGB (Red+Green+Blue) = 150+202+98=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CA62 is #69359D. Grayscale: #AEAEAE. Windows color (decimal): -6895006 or 6474390. OLE color: 6474390.

HSL color Cylindrical-coordinate representation of color #96CA62: hue angle of 90º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96CA62 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB15020298-
CMYK0.2600.510.21
HSL90º49.52%58.82%-
HSV(B)90º51.49%79.22%-
XYZ35.949.6119.24-
YUV174.684.77110.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.33%
GREEN value IS 202 (79.30% from 255) = 44.89%
BLUE value IS 98 (38.67% from 255) = 21.78%
R=33.33%
G=44.89%
B=21.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal150202980.2600.510.219049.5258.82
Hex96CA621A033155a323b
Octal22631214232063251326273
Binary10010110110010101100010110100110011101011011010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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