#9BD288

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

Shades of Gossip #9BD288

Tints of Gossip #9BD288

Color information

#9BD288 (or 0x9BD288) is unknown color: approx Gossip. HEX triplet: 9B, D2 and 88. RGB value is (155,210,136). Sum of RGB (Red+Green+Blue) = 155+210+136=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD288 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD288 is #642D77. Grayscale: #B9B9B9. Windows color (decimal): -6565240 or 8966811. OLE color: 8966811.

HSL color Cylindrical-coordinate representation of color #9BD288: hue angle of 104.59º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BD288 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB155210136-
CMYK0.2600.350.18
HSL104.59º45.12%67.84%-
HSV(B)104.59º35.24%82.35%-
XYZ41.0154.8431.72-
YUV185.12100.28106.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.94%
GREEN value IS 210 (82.42% from 255) = 41.92%
BLUE value IS 136 (53.52% from 255) = 27.15%
R=30.94%
G=41.92%
B=27.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1552101360.2600.350.18104.5945.1267.84
Hex9BD2881A02312692d44
Octal233322210320432215155104
Binary1001101111010010100010001101001000111001011010011011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,210,136); }

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

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

 a { background-color: rgb(155,210,136); }

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

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

 span { border-color: rgb(155,210,136); }

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