#9BCF71

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

Shades of Gossip #9BCF71

Tints of Gossip #9BCF71

Color information

#9BCF71 (or 0x9BCF71) is unknown color: approx Gossip. HEX triplet: 9B, CF and 71. RGB value is (155,207,113). Sum of RGB (Red+Green+Blue) = 155+207+113=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCF71 is #64308E. Grayscale: #B5B5B5. Windows color (decimal): -6566031 or 7458715. OLE color: 7458715.

HSL color Cylindrical-coordinate representation of color #9BCF71: hue angle of 93.19º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9BCF71 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB155207113-
CMYK0.2500.450.19
HSL93.19º49.47%62.75%-
HSV(B)93.19º45.41%81.18%-
XYZ38.8152.7923.77-
YUV180.7489.77109.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.63%
GREEN value IS 207 (81.25% from 255) = 43.58%
BLUE value IS 113 (44.53% from 255) = 23.79%
R=32.63%
G=43.58%
B=23.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1552071130.2500.450.1993.1949.4762.75
Hex9BCF711902D135d313f
Octal23331716131055231356177
Binary10011011110011111110001110010101101100111011101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,207,113); }

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

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

 a { background-color: rgb(155,207,113); }

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

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

 span { border-color: rgb(155,207,113); }

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