#9BD56E

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

Shades of Gossip #9BD56E

Tints of Gossip #9BD56E

Color information

#9BD56E (or 0x9BD56E) is unknown color: approx Gossip. HEX triplet: 9B, D5 and 6E. RGB value is (155,213,110). Sum of RGB (Red+Green+Blue) = 155+213+110=478 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.43% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD56E is #642A91. Grayscale: #B8B8B8. Windows color (decimal): -6564498 or 7263643. OLE color: 7263643.

HSL color Cylindrical-coordinate representation of color #9BD56E: hue angle of 93.79º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9BD56E is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB155213110-
CMYK0.2700.480.16
HSL93.79º55.08%63.33%-
HSV(B)93.79º48.36%83.53%-
XYZ40.1355.6823.38-
YUV183.9286.28107.38-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.43%
GREEN value IS 213 (83.59% from 255) = 44.56%
BLUE value IS 110 (43.36% from 255) = 23.01%
R=32.43%
G=44.56%
B=23.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1552131100.2700.480.1693.7955.0863.33
Hex9BD56E1B030105e373f
Octal23332515633060201366777
Binary10011011110101011101110110110110000100001011110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,213,110); }

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

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

 a { background-color: rgb(155,213,110); }

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

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

 span { border-color: rgb(155,213,110); }

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