#96B482

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

Shades of Olivine #96B482

Tints of Olivine #96B482

Color information

#96B482 (or 0x96B482) is unknown color: approx Olivine. HEX triplet: 96, B4 and 82. RGB value is (150,180,130). Sum of RGB (Red+Green+Blue) = 150+180+130=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 180 - color contains mainly: green. Hex color #96B482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B482 is #694B7D. Grayscale: #A5A5A5. Windows color (decimal): -6900606 or 8565910. OLE color: 8565910.

HSL color Cylindrical-coordinate representation of color #96B482: hue angle of 96º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96B482 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB150180130-
CMYK0.1700.280.29
HSL96º25%60.78%-
HSV(B)96º27.78%70.59%-
XYZ32.9340.7427.25-
YUV165.33108.06117.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.61%
GREEN value IS 180 (70.70% from 255) = 39.13%
BLUE value IS 130 (51.17% from 255) = 28.26%
R=32.61%
G=39.13%
B=28.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1501801300.1700.280.29962560.78
Hex96B4821101C1D60193d
Octal22626420221034351403175
Binary1001011010110100100000101000101110011101110000011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,180,130); }

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

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

 a { background-color: rgb(150,180,130); }

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

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

 span { border-color: rgb(150,180,130); }

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