#9BDE7E

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

Shades of Gossip #9BDE7E

Tints of Gossip #9BDE7E

Color information

#9BDE7E (or 0x9BDE7E) is unknown color: approx Gossip. HEX triplet: 9B, DE and 7E. RGB value is (155,222,126). Sum of RGB (Red+Green+Blue) = 155+222+126=503 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.82% from 503); Green value is 222 (87.11% from 255 or 44.14% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDE7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDE7E is #642181. Grayscale: #BFBFBF. Windows color (decimal): -6562178 or 8314523. OLE color: 8314523.

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

Color convert

RGB155222126-
CMYK0.3000.430.13
HSL101.88º59.26%68.24%-
HSV(B)101.88º43.24%87.06%-
XYZ43.460.7229.17-
YUV191.0291.3102.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.82%
GREEN value IS 222 (87.11% from 255) = 44.14%
BLUE value IS 126 (49.61% from 255) = 25.05%
R=30.82%
G=44.14%
B=25.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552221260.3000.430.13101.8859.2668.24
Hex9BDE7E1E02BD663b44
Octal233336176360531514673104
Binary10011011110111101111110111100101011110111001101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,222,126); }

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

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

 a { background-color: rgb(155,222,126); }

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

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

 span { border-color: rgb(155,222,126); }

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