#9BCE84

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

Shades of Gossip #9BCE84

Tints of Gossip #9BCE84

Color information

#9BCE84 (or 0x9BCE84) is unknown color: approx Gossip. HEX triplet: 9B, CE and 84. RGB value is (155,206,132). Sum of RGB (Red+Green+Blue) = 155+206+132=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 132 (51.95% from 255 or 26.77% from 493); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCE84 is #64317B. Grayscale: #B6B6B6. Windows color (decimal): -6566268 or 8703643. OLE color: 8703643.

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

Color convert

RGB155206132-
CMYK0.2500.360.19
HSL101.35º43.02%66.27%-
HSV(B)101.35º35.92%80.78%-
XYZ39.7552.7829.92-
YUV182.3299.6108.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.44%
GREEN value IS 206 (80.86% from 255) = 41.78%
BLUE value IS 132 (51.95% from 255) = 26.77%
R=31.44%
G=41.78%
B=26.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1552061320.2500.360.19101.3543.0266.27
Hex9BCE841902413652b42
Octal233316204310442314553102
Binary1001101111001110100001001100101001001001111001011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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