#9BDF82

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

Shades of Gossip #9BDF82

Tints of Gossip #9BDF82

Color information

#9BDF82 (or 0x9BDF82) is unknown color: approx Gossip. HEX triplet: 9B, DF and 82. RGB value is (155,223,130). Sum of RGB (Red+Green+Blue) = 155+223+130=508 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.51% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDF82 is #64207D. Grayscale: #C0C0C0. Windows color (decimal): -6561918 or 8576923. OLE color: 8576923.

HSL color Cylindrical-coordinate representation of color #9BDF82: hue angle of 103.87º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9BDF82 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB155223130-
CMYK0.3000.420.13
HSL103.87º59.24%69.22%-
HSV(B)103.87º41.7%87.45%-
XYZ43.9361.3630.65-
YUV192.0792.97101.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.51%
GREEN value IS 223 (87.5% from 255) = 43.90%
BLUE value IS 130 (51.17% from 255) = 25.59%
R=30.51%
G=43.90%
B=25.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552231300.3000.420.13103.8759.2469.22
Hex9BDF821E02AD683b45
Octal233337202360521515073105
Binary100110111101111110000010111100101010110111010001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BDF82; }

 p { color: rgb(155,223,130); }

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

<style>
 a { background-color: #9BDF82; }

 a { background-color: rgb(155,223,130); }

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

<style>
 span { border-color: #9BDF82; }

 span { border-color: rgb(155,223,130); }

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