#96BB63

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

Shades of Olivine #96BB63

Tints of Olivine #96BB63

Color information

#96BB63 (or 0x96BB63) is unknown color: approx Olivine. HEX triplet: 96, BB and 63. RGB value is (150,187,99). Sum of RGB (Red+Green+Blue) = 150+187+99=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BB63 is #69449C. Grayscale: #A6A6A6. Windows color (decimal): -6898845 or 6536086. OLE color: 6536086.

HSL color Cylindrical-coordinate representation of color #96BB63: hue angle of 85.23º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96BB63 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB15018799-
CMYK0.2000.470.27
HSL85.23º39.29%56.08%-
HSV(B)85.23º47.06%73.33%-
XYZ32.642.9318.37-
YUV165.990.24116.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.40%
GREEN value IS 187 (73.44% from 255) = 42.89%
BLUE value IS 99 (39.06% from 255) = 22.71%
R=34.40%
G=42.89%
B=22.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150187990.2000.470.2785.2339.2956.08
Hex96BB631402F1B552738
Octal22627314324057331254770
Binary10010110101110111100011101000101111110111010101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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