#9BCD84

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

Shades of Gossip #9BCD84

Tints of Gossip #9BCD84

Color information

#9BCD84 (or 0x9BCD84) is unknown color: approx Gossip. HEX triplet: 9B, CD and 84. RGB value is (155,205,132). Sum of RGB (Red+Green+Blue) = 155+205+132=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCD84 is #64327B. Grayscale: #B5B5B5. Windows color (decimal): -6566524 or 8703387. OLE color: 8703387.

HSL color Cylindrical-coordinate representation of color #9BCD84: hue angle of 101.1º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BCD84 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB155205132-
CMYK0.2400.360.20
HSL101.1º42.2%66.08%-
HSV(B)101.1º35.61%80.39%-
XYZ39.5152.329.84-
YUV181.7399.94108.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.50%
GREEN value IS 205 (80.47% from 255) = 41.67%
BLUE value IS 132 (51.95% from 255) = 26.83%
R=31.50%
G=41.67%
B=26.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1552051320.2400.360.20101.142.266.08
Hex9BCD841802414652a42
Octal233315204300442414552102
Binary1001101111001101100001001100001001001010011001011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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