#96D082

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

Shades of Gossip #96D082

Tints of Gossip #96D082

Color information

#96D082 (or 0x96D082) is unknown color: approx Gossip. HEX triplet: 96, D0 and 82. RGB value is (150,208,130). Sum of RGB (Red+Green+Blue) = 150+208+130=488 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.74% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 208 - color contains mainly: green. Hex color #96D082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D082 is #692F7D. Grayscale: #B6B6B6. Windows color (decimal): -6893438 or 8573078. OLE color: 8573078.

HSL color Cylindrical-coordinate representation of color #96D082: hue angle of 104.62º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96D082 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB150208130-
CMYK0.2800.380.18
HSL104.62º45.35%66.27%-
HSV(B)104.62º37.5%81.57%-
XYZ39.1653.2129.33-
YUV181.7798.78105.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.74%
GREEN value IS 208 (81.64% from 255) = 42.62%
BLUE value IS 130 (51.17% from 255) = 26.64%
R=30.74%
G=42.62%
B=26.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1502081300.2800.380.18104.6245.3566.27
Hex96D0821C02612692d42
Octal226320202340462215155102
Binary1001011011010000100000101110001001101001011010011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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