#9BCD7C

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

Shades of Gossip #9BCD7C

Tints of Gossip #9BCD7C

Color information

#9BCD7C (or 0x9BCD7C) is unknown color: approx Gossip. HEX triplet: 9B, CD and 7C. RGB value is (155,205,124). Sum of RGB (Red+Green+Blue) = 155+205+124=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCD7C is #643283. Grayscale: #B5B5B5. Windows color (decimal): -6566532 or 8179099. OLE color: 8179099.

HSL color Cylindrical-coordinate representation of color #9BCD7C: hue angle of 97.04º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BCD7C is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB155205124-
CMYK0.2400.400.20
HSL97.04º44.75%64.51%-
HSV(B)97.04º39.51%80.39%-
XYZ38.9952.0927.07-
YUV180.8295.94109.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.02%
GREEN value IS 205 (80.47% from 255) = 42.36%
BLUE value IS 124 (48.83% from 255) = 25.62%
R=32.02%
G=42.36%
B=25.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1552051240.2400.400.2097.0444.7564.51
Hex9BCD7C1802814612d41
Octal233315174300502414155101
Binary100110111100110111111001100001010001010011000011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,205,124); }

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

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

 a { background-color: rgb(155,205,124); }

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

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

 span { border-color: rgb(155,205,124); }

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