#9BD571

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

Shades of Gossip #9BD571

Tints of Gossip #9BD571

Color information

#9BD571 (or 0x9BD571) is unknown color: approx Gossip. HEX triplet: 9B, D5 and 71. RGB value is (155,213,113). Sum of RGB (Red+Green+Blue) = 155+213+113=481 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.22% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD571 is #642A8E. Grayscale: #B8B8B8. Windows color (decimal): -6564495 or 7460251. OLE color: 7460251.

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

Color convert

RGB155213113-
CMYK0.2700.470.16
HSL94.8º54.35%63.92%-
HSV(B)94.8º46.95%83.53%-
XYZ40.2955.7524.26-
YUV184.2687.78107.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.22%
GREEN value IS 213 (83.59% from 255) = 44.28%
BLUE value IS 113 (44.53% from 255) = 23.49%
R=32.22%
G=44.28%
B=23.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1552131130.2700.470.1694.854.3563.92
Hex9BD5711B02F105f3640
Octal233325161330572013766100
Binary100110111101010111100011101101011111000010111111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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