#9BDA83

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

Shades of Gossip #9BDA83

Tints of Gossip #9BDA83

Color information

#9BDA83 (or 0x9BDA83) is unknown color: approx Gossip. HEX triplet: 9B, DA and 83. RGB value is (155,218,131). Sum of RGB (Red+Green+Blue) = 155+218+131=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 131 (51.56% from 255 or 25.99% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDA83 is #64257C. Grayscale: #BDBDBD. Windows color (decimal): -6563197 or 8641179. OLE color: 8641179.

HSL color Cylindrical-coordinate representation of color #9BDA83: hue angle of 103.45º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BDA83 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB155218131-
CMYK0.2900.400.15
HSL103.45º54.04%68.43%-
HSV(B)103.45º39.91%85.49%-
XYZ42.6958.7530.56-
YUV189.2495.13103.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.75%
GREEN value IS 218 (85.55% from 255) = 43.25%
BLUE value IS 131 (51.56% from 255) = 25.99%
R=30.75%
G=43.25%
B=25.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552181310.2900.400.15103.4554.0468.43
Hex9BDA831D028F673644
Octal233332203350501714766104
Binary100110111101101010000011111010101000111111001111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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