#96C964

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

Shades of Olivine #96C964

Tints of Olivine #96C964

Color information

#96C964 (or 0x96C964) is unknown color: approx Olivine. HEX triplet: 96, C9 and 64. RGB value is (150,201,100). Sum of RGB (Red+Green+Blue) = 150+201+100=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 201 (78.91% from 255 or 44.57% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 201 - color contains mainly: green. Hex color #96C964 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C964 is #69369B. Grayscale: #AEAEAE. Windows color (decimal): -6895260 or 6605206. OLE color: 6605206.

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

Color convert

RGB150201100-
CMYK0.2500.500.21
HSL90.3º48.33%59.02%-
HSV(B)90.3º50.25%78.82%-
XYZ35.7649.1819.66-
YUV174.2486.1110.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.26%
GREEN value IS 201 (78.91% from 255) = 44.57%
BLUE value IS 100 (39.45% from 255) = 22.17%
R=33.26%
G=44.57%
B=22.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1502011000.2500.500.2190.348.3359.02
Hex96C96419032155a303b
Octal22631114431062251326073
Binary10010110110010011100100110010110010101011011010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,201,100); }

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

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

 a { background-color: rgb(150,201,100); }

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

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

 span { border-color: rgb(150,201,100); }

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