#9BE182

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

Shades of Gossip #9BE182

Tints of Gossip #9BE182

Color information

#9BE182 (or 0x9BE182) is unknown color: approx Gossip. HEX triplet: 9B, E1 and 82. RGB value is (155,225,130). Sum of RGB (Red+Green+Blue) = 155+225+130=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 225 (88.28% from 255 or 44.12% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BE182 is #641E7D. Grayscale: #C1C1C1. Windows color (decimal): -6561406 or 8577435. OLE color: 8577435.

HSL color Cylindrical-coordinate representation of color #9BE182: hue angle of 104.21º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9BE182 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB155225130-
CMYK0.3100.420.12
HSL104.21º61.29%69.61%-
HSV(B)104.21º42.22%88.24%-
XYZ44.4762.4330.83-
YUV193.2492.31100.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.39%
GREEN value IS 225 (88.28% from 255) = 44.12%
BLUE value IS 130 (51.17% from 255) = 25.49%
R=30.39%
G=44.12%
B=25.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1552251300.3100.420.12104.2161.2969.61
Hex9BE1821F02AC683d46
Octal233341202370521415075106
Binary100110111110000110000010111110101010110011010001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,225,130); }

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

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

 a { background-color: rgb(155,225,130); }

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

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

 span { border-color: rgb(155,225,130); }

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