#9BD974

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

Shades of Gossip #9BD974

Tints of Gossip #9BD974

Color information

#9BD974 (or 0x9BD974) is unknown color: approx Gossip. HEX triplet: 9B, D9 and 74. RGB value is (155,217,116). Sum of RGB (Red+Green+Blue) = 155+217+116=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD974 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD974 is #64268B. Grayscale: #BBBBBB. Windows color (decimal): -6563468 or 7657883. OLE color: 7657883.

HSL color Cylindrical-coordinate representation of color #9BD974: hue angle of 96.83º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9BD974 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB155217116-
CMYK0.2900.470.15
HSL96.83º57.06%65.29%-
HSV(B)96.83º46.54%85.1%-
XYZ41.4857.8625.5-
YUV186.9587.96105.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.76%
GREEN value IS 217 (85.16% from 255) = 44.47%
BLUE value IS 116 (45.70% from 255) = 23.77%
R=31.76%
G=44.47%
B=23.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552171160.2900.470.1596.8357.0665.29
Hex9BD9741D02FF613941
Octal233331164350571714171101
Binary10011011110110011110100111010101111111111000011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,217,116); }

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

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

 a { background-color: rgb(155,217,116); }

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

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

 span { border-color: rgb(155,217,116); }

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