#9BD27D

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

Shades of Gossip #9BD27D

Tints of Gossip #9BD27D

Color information

#9BD27D (or 0x9BD27D) is unknown color: approx Gossip. HEX triplet: 9B, D2 and 7D. RGB value is (155,210,125). Sum of RGB (Red+Green+Blue) = 155+210+125=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD27D is #642D82. Grayscale: #B8B8B8. Windows color (decimal): -6565251 or 8245915. OLE color: 8245915.

HSL color Cylindrical-coordinate representation of color #9BD27D: hue angle of 98.82º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BD27D is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB155210125-
CMYK0.2600.400.18
HSL98.82º48.57%65.69%-
HSV(B)98.82º40.48%82.35%-
XYZ40.2754.5427.81-
YUV183.8694.78107.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.63%
GREEN value IS 210 (82.42% from 255) = 42.86%
BLUE value IS 125 (49.22% from 255) = 25.51%
R=31.63%
G=42.86%
B=25.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1552101250.2600.400.1898.8248.5765.69
Hex9BD27D1A02812633142
Octal233322175320502214361102
Binary100110111101001011111011101001010001001011000111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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