#96A883

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

Shades of Olivine #96A883

Tints of Olivine #96A883

Color information

#96A883 (or 0x96A883) is unknown color: approx Olivine. HEX triplet: 96, A8 and 83. RGB value is (150,168,131). Sum of RGB (Red+Green+Blue) = 150+168+131=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 168 - color contains mainly: green. Hex color #96A883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A883 is #69577C. Grayscale: #9E9E9E. Windows color (decimal): -6903677 or 8628374. OLE color: 8628374.

HSL color Cylindrical-coordinate representation of color #96A883: hue angle of 89.19º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96A883 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB150168131-
CMYK0.1100.220.34
HSL89.19º17.54%58.63%-
HSV(B)89.19º22.02%65.88%-
XYZ30.6836.1326.83-
YUV158.4112.54122.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.41%
GREEN value IS 168 (66.02% from 255) = 37.42%
BLUE value IS 131 (51.56% from 255) = 29.18%
R=33.41%
G=37.42%
B=29.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1501681310.1100.220.3489.1917.5458.63
Hex96A883B0162259123b
Octal22625020313026421312273
Binary1001011010101000100000111011010110100010101100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,168,131); }

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

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

 a { background-color: rgb(150,168,131); }

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

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

 span { border-color: rgb(150,168,131); }

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