#9BDB7E

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

Shades of Gossip #9BDB7E

Tints of Gossip #9BDB7E

Color information

#9BDB7E (or 0x9BDB7E) is unknown color: approx Gossip. HEX triplet: 9B, DB and 7E. RGB value is (155,219,126). Sum of RGB (Red+Green+Blue) = 155+219+126=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 126 (49.61% from 255 or 25.2% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDB7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDB7E is #642481. Grayscale: #BDBDBD. Windows color (decimal): -6562946 or 8313755. OLE color: 8313755.

HSL color Cylindrical-coordinate representation of color #9BDB7E: hue angle of 101.29º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9BDB7E is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB155219126-
CMYK0.2900.420.14
HSL101.29º56.36%67.65%-
HSV(B)101.29º42.47%85.88%-
XYZ42.6159.1428.91-
YUV189.2692.3103.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31%
GREEN value IS 219 (85.94% from 255) = 43.8%
BLUE value IS 126 (49.61% from 255) = 25.2%
R=31%
G=43.8%
B=25.2%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552191260.2900.420.14101.2956.3667.65
Hex9BDB7E1D02AE653844
Octal233333176350521614570104
Binary10011011110110111111110111010101010111011001011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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