#9BD08C

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

Shades of Gossip #9BD08C

Tints of Gossip #9BD08C

Color information

#9BD08C (or 0x9BD08C) is unknown color: approx Gossip. HEX triplet: 9B, D0 and 8C. RGB value is (155,208,140). Sum of RGB (Red+Green+Blue) = 155+208+140=503 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.82% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD08C is #642F73. Grayscale: #B8B8B8. Windows color (decimal): -6565748 or 9228443. OLE color: 9228443.

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

Color convert

RGB155208140-
CMYK0.2500.330.18
HSL106.76º41.98%68.24%-
HSV(B)106.76º32.69%81.57%-
XYZ40.8153.9733.08-
YUV184.4102.94107.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.82%
GREEN value IS 208 (81.64% from 255) = 41.35%
BLUE value IS 140 (55.08% from 255) = 27.83%
R=30.82%
G=41.35%
B=27.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1552081400.2500.330.18106.7641.9868.24
Hex9BD08C19021126b2a44
Octal233320214310412215352104
Binary1001101111010000100011001100101000011001011010111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,208,140); }

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

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

 a { background-color: rgb(155,208,140); }

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

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

 span { border-color: rgb(155,208,140); }

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