#9BD08E

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

Shades of Gossip #9BD08E

Tints of Gossip #9BD08E

Color information

#9BD08E (or 0x9BD08E) is unknown color: approx Gossip. HEX triplet: 9B, D0 and 8E. RGB value is (155,208,142). Sum of RGB (Red+Green+Blue) = 155+208+142=505 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.69% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 142 (55.86% from 255 or 28.12% from 505); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD08E is #642F71. Grayscale: #B8B8B8. Windows color (decimal): -6565746 or 9359515. OLE color: 9359515.

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

Color convert

RGB155208142-
CMYK0.2500.320.18
HSL108.18º41.25%68.63%-
HSV(B)108.18º31.73%81.57%-
XYZ40.9654.0333.86-
YUV184.63103.94106.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.69%
GREEN value IS 208 (81.64% from 255) = 41.19%
BLUE value IS 142 (55.86% from 255) = 28.12%
R=30.69%
G=41.19%
B=28.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1552081420.2500.320.18108.1841.2568.63
Hex9BD08E19020126c2945
Octal233320216310402215451105
Binary1001101111010000100011101100101000001001011011001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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