#96B863

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

Shades of Olivine #96B863

Tints of Olivine #96B863

Color information

#96B863 (or 0x96B863) is unknown color: approx Olivine. HEX triplet: 96, B8 and 63. RGB value is (150,184,99). Sum of RGB (Red+Green+Blue) = 150+184+99=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 99 (39.06% from 255 or 22.86% from 433); Max value from RGB is 184 - color contains mainly: green. Hex color #96B863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B863 is #69479C. Grayscale: #A4A4A4. Windows color (decimal): -6899613 or 6535318. OLE color: 6535318.

HSL color Cylindrical-coordinate representation of color #96B863: hue angle of 84º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96B863 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB15018499-
CMYK0.1800.460.28
HSL84º37.44%55.49%-
HSV(B)84º46.2%72.16%-
XYZ31.9741.6718.16-
YUV164.1491.24117.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.64%
GREEN value IS 184 (72.27% from 255) = 42.49%
BLUE value IS 99 (39.06% from 255) = 22.86%
R=34.64%
G=42.49%
B=22.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal150184990.1800.460.288437.4455.49
Hex96B8631202E1C542537
Octal22627014322056341244567
Binary10010110101110001100011100100101110111001010100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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