#9BD26D

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

Shades of Gossip #9BD26D

Tints of Gossip #9BD26D

Color information

#9BD26D (or 0x9BD26D) is unknown color: approx Gossip. HEX triplet: 9B, D2 and 6D. RGB value is (155,210,109). Sum of RGB (Red+Green+Blue) = 155+210+109=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD26D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD26D is #642D92. Grayscale: #B6B6B6. Windows color (decimal): -6565267 or 7197339. OLE color: 7197339.

HSL color Cylindrical-coordinate representation of color #9BD26D: hue angle of 92.67º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9BD26D is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB155210109-
CMYK0.2600.480.18
HSL92.67º52.88%62.55%-
HSV(B)92.67º48.1%82.35%-
XYZ39.3254.1722.85-
YUV182.0486.78108.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.70%
GREEN value IS 210 (82.42% from 255) = 44.30%
BLUE value IS 109 (42.97% from 255) = 23.00%
R=32.70%
G=44.30%
B=23.00%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1552101090.2600.480.1892.6752.8862.55
Hex9BD26D1A030125d353f
Octal23332215532060221356577
Binary10011011110100101101101110100110000100101011101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,210,109); }

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

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

 a { background-color: rgb(155,210,109); }

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

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

 span { border-color: rgb(155,210,109); }

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