#96E067

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

Shades of Gossip #96E067

Tints of Gossip #96E067

Color information

#96E067 (or 0x96E067) is unknown color: approx Gossip. HEX triplet: 96, E0 and 67. RGB value is (150,224,103). Sum of RGB (Red+Green+Blue) = 150+224+103=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 103 (40.62% from 255 or 21.59% from 477); Max value from RGB is 224 - color contains mainly: green. Hex color #96E067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E067 is #691F98. Grayscale: #BCBCBC. Windows color (decimal): -6889369 or 6807702. OLE color: 6807702.

HSL color Cylindrical-coordinate representation of color #96E067: hue angle of 96.69º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #96E067 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB150224103-
CMYK0.3300.540.12
HSL96.69º66.12%64.12%-
HSV(B)96.69º54.02%87.84%-
XYZ41.6860.7722.37-
YUV188.0879.98100.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.45%
GREEN value IS 224 (87.89% from 255) = 46.96%
BLUE value IS 103 (40.62% from 255) = 21.59%
R=31.45%
G=46.96%
B=21.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1502241030.3300.540.1296.6966.1264.12
Hex96E06721036C614240
Octal2263401474106614141102100
Binary1001011011100000110011110000101101101100110000110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,224,103); }

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

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

 a { background-color: rgb(150,224,103); }

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

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

 span { border-color: rgb(150,224,103); }

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