#96DC69

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

Shades of Gossip #96DC69

Tints of Gossip #96DC69

Color information

#96DC69 (or 0x96DC69) is unknown color: approx Gossip. HEX triplet: 96, DC and 69. RGB value is (150,220,105). Sum of RGB (Red+Green+Blue) = 150+220+105=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #96DC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DC69 is #692396. Grayscale: #BABABA. Windows color (decimal): -6890391 or 6937750. OLE color: 6937750.

HSL color Cylindrical-coordinate representation of color #96DC69: hue angle of 96.52º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #96DC69 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB150220105-
CMYK0.3200.520.14
HSL96.52º62.16%63.73%-
HSV(B)96.52º52.27%86.27%-
XYZ40.7258.6922.55-
YUV185.9682.31102.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.58%
GREEN value IS 220 (86.33% from 255) = 46.32%
BLUE value IS 105 (41.41% from 255) = 22.11%
R=31.58%
G=46.32%
B=22.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1502201050.3200.520.1496.5262.1663.73
Hex96DC6920034E613e40
Octal226334151400641614176100
Binary100101101101110011010011000000110100111011000011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,220,105); }

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

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

 a { background-color: rgb(150,220,105); }

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

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

 span { border-color: rgb(150,220,105); }

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