#96BF63

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

Shades of Olivine #96BF63

Tints of Olivine #96BF63

Color information

#96BF63 (or 0x96BF63) is unknown color: approx Olivine. HEX triplet: 96, BF and 63. RGB value is (150,191,99). Sum of RGB (Red+Green+Blue) = 150+191+99=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 99 (39.06% from 255 or 22.5% from 440); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BF63 is #69409C. Grayscale: #A8A8A8. Windows color (decimal): -6897821 or 6537110. OLE color: 6537110.

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

Color convert

RGB15019199-
CMYK0.2100.480.25
HSL86.74º41.82%56.86%-
HSV(B)86.74º48.17%74.9%-
XYZ33.4644.6518.66-
YUV168.2588.92114.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.09%
GREEN value IS 191 (75% from 255) = 43.41%
BLUE value IS 99 (39.06% from 255) = 22.5%
R=34.09%
G=43.41%
B=22.5%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150191990.2100.480.2586.7441.8256.86
Hex96BF631503019572a39
Octal22627714325060311275271
Binary10010110101111111100011101010110000110011010111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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