#96A482

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

Shades of Sage #96A482

Tints of Sage #96A482

Color information

#96A482 (or 0x96A482) is unknown color: approx Sage. HEX triplet: 96, A4 and 82. RGB value is (150,164,130). Sum of RGB (Red+Green+Blue) = 150+164+130=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 130 (51.17% from 255 or 29.28% from 444); Max value from RGB is 164 - color contains mainly: green. Hex color #96A482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A482 is #695B7D. Grayscale: #9C9C9C. Windows color (decimal): -6904702 or 8561814. OLE color: 8561814.

HSL color Cylindrical-coordinate representation of color #96A482: hue angle of 84.71º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96A482 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB150164130-
CMYK0.0900.210.36
HSL84.71º15.74%57.65%-
HSV(B)84.71º20.73%64.31%-
XYZ29.8834.6526.23-
YUV155.94113.36123.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.78%
GREEN value IS 164 (64.45% from 255) = 36.94%
BLUE value IS 130 (51.17% from 255) = 29.28%
R=33.78%
G=36.94%
B=29.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501641300.0900.210.3684.7115.7457.65
Hex96A48290152455103a
Octal22624420211025441252072
Binary1001011010100100100000101001010101100100101010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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