#9BCE90

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

Shades of Gossip #9BCE90

Tints of Gossip #9BCE90

Color information

#9BCE90 (or 0x9BCE90) is unknown color: approx Gossip. HEX triplet: 9B, CE and 90. RGB value is (155,206,144). Sum of RGB (Red+Green+Blue) = 155+206+144=505 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.69% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCE90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCE90 is #64316F. Grayscale: #B7B7B7. Windows color (decimal): -6566256 or 9490075. OLE color: 9490075.

HSL color Cylindrical-coordinate representation of color #9BCE90: hue angle of 109.35º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BCE90 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB155206144-
CMYK0.2500.300.19
HSL109.35º38.75%68.63%-
HSV(B)109.35º30.1%80.78%-
XYZ40.6253.1234.5-
YUV183.68105.6107.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.69%
GREEN value IS 206 (80.86% from 255) = 40.79%
BLUE value IS 144 (56.64% from 255) = 28.51%
R=30.69%
G=40.79%
B=28.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1552061440.2500.300.19109.3538.7568.63
Hex9BCE901901E136d2745
Octal233316220310362315547105
Binary100110111100111010010000110010111101001111011011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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