#96BE5D

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

Shades of Olivine #96BE5D

Tints of Olivine #96BE5D

Color information

#96BE5D (or 0x96BE5D) is unknown color: approx Olivine. HEX triplet: 96, BE and 5D. RGB value is (150,190,93). Sum of RGB (Red+Green+Blue) = 150+190+93=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BE5D is #6941A2. Grayscale: #A7A7A7. Windows color (decimal): -6898083 or 6143638. OLE color: 6143638.

HSL color Cylindrical-coordinate representation of color #96BE5D: hue angle of 84.74º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96BE5D is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB15019093-
CMYK0.2100.510.25
HSL84.74º42.73%55.49%-
HSV(B)84.74º51.05%74.51%-
XYZ32.9744.117.13-
YUV166.9886.25115.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.64%
GREEN value IS 190 (74.61% from 255) = 43.88%
BLUE value IS 93 (36.72% from 255) = 21.48%
R=34.64%
G=43.88%
B=21.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150190930.2100.510.2584.7442.7355.49
Hex96BE5D1503319552b37
Octal22627613525063311255367
Binary10010110101111101011101101010110011110011010101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,190,93); }

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

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

 a { background-color: rgb(150,190,93); }

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

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

 span { border-color: rgb(150,190,93); }

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