#9BDC72

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

Shades of Gossip #9BDC72

Tints of Gossip #9BDC72

Color information

#9BDC72 (or 0x9BDC72) is unknown color: approx Gossip. HEX triplet: 9B, DC and 72. RGB value is (155,220,114). Sum of RGB (Red+Green+Blue) = 155+220+114=489 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.70% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDC72 is #64238D. Grayscale: #BCBCBC. Windows color (decimal): -6562702 or 7527579. OLE color: 7527579.

HSL color Cylindrical-coordinate representation of color #9BDC72: hue angle of 96.79º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9BDC72 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB155220114-
CMYK0.3000.480.14
HSL96.79º60.23%65.49%-
HSV(B)96.79º48.18%86.27%-
XYZ42.1559.3725.16-
YUV188.4885.97104.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.70%
GREEN value IS 220 (86.33% from 255) = 44.99%
BLUE value IS 114 (44.92% from 255) = 23.31%
R=31.70%
G=44.99%
B=23.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552201140.3000.480.1496.7960.2365.49
Hex9BDC721E030E613c41
Octal233334162360601614174101
Binary10011011110111001110010111100110000111011000011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,220,114); }

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

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

 a { background-color: rgb(155,220,114); }

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

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

 span { border-color: rgb(155,220,114); }

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