#9BD36C

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

Shades of Gossip #9BD36C

Tints of Gossip #9BD36C

Color information

#9BD36C (or 0x9BD36C) is unknown color: approx Gossip. HEX triplet: 9B, D3 and 6C. RGB value is (155,211,108). Sum of RGB (Red+Green+Blue) = 155+211+108=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 211 (82.81% from 255 or 44.51% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 211 - color contains mainly: green. Hex color #9BD36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD36C is #642C93. Grayscale: #B6B6B6. Windows color (decimal): -6565012 or 7132059. OLE color: 7132059.

HSL color Cylindrical-coordinate representation of color #9BD36C: hue angle of 92.62º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9BD36C is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB155211108-
CMYK0.2700.490.17
HSL92.62º53.93%62.55%-
HSV(B)92.62º48.82%82.75%-
XYZ39.5254.6422.65-
YUV182.5185.95108.38-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.70%
GREEN value IS 211 (82.81% from 255) = 44.51%
BLUE value IS 108 (42.58% from 255) = 22.78%
R=32.70%
G=44.51%
B=22.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1552111080.2700.490.1792.6253.9362.55
Hex9BD36C1B031115d363f
Octal23332315433061211356677
Binary10011011110100111101100110110110001100011011101110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,211,108); }

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

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

 a { background-color: rgb(155,211,108); }

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

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

 span { border-color: rgb(155,211,108); }

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