#9BCE83

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

Shades of Gossip #9BCE83

Tints of Gossip #9BCE83

Color information

#9BCE83 (or 0x9BCE83) is unknown color: approx Gossip. HEX triplet: 9B, CE and 83. RGB value is (155,206,131). Sum of RGB (Red+Green+Blue) = 155+206+131=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 131 (51.56% from 255 or 26.63% from 492); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCE83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCE83 is #64317C. Grayscale: #B6B6B6. Windows color (decimal): -6566269 or 8638107. OLE color: 8638107.

HSL color Cylindrical-coordinate representation of color #9BCE83: hue angle of 100.8º 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 #9BCE83 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB155206131-
CMYK0.2500.360.19
HSL100.8º43.35%66.08%-
HSV(B)100.8º36.41%80.78%-
XYZ39.6952.7529.56-
YUV182.299.1108.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.50%
GREEN value IS 206 (80.86% from 255) = 41.87%
BLUE value IS 131 (51.56% from 255) = 26.63%
R=31.50%
G=41.87%
B=26.63%

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
Decimal1552061310.2500.360.19100.843.3566.08
Hex9BCE831902413652b42
Octal233316203310442314553102
Binary1001101111001110100000111100101001001001111001011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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