#9BE184

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

Shades of Gossip #9BE184

Tints of Gossip #9BE184

Color information

#9BE184 (or 0x9BE184) is unknown color: approx Gossip. HEX triplet: 9B, E1 and 84. RGB value is (155,225,132). Sum of RGB (Red+Green+Blue) = 155+225+132=512 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.27% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 132 (51.95% from 255 or 25.78% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE184 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BE184 is #641E7B. Grayscale: #C1C1C1. Windows color (decimal): -6561404 or 8708507. OLE color: 8708507.

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

Color convert

RGB155225132-
CMYK0.3100.410.12
HSL105.16º60.78%70%-
HSV(B)105.16º41.33%88.24%-
XYZ44.6162.4831.54-
YUV193.4793.31100.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.27%
GREEN value IS 225 (88.28% from 255) = 43.95%
BLUE value IS 132 (51.95% from 255) = 25.78%
R=30.27%
G=43.95%
B=25.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1552251320.3100.410.12105.1660.7870
Hex9BE1841F029C693d46
Octal233341204370511415175106
Binary100110111110000110000100111110101001110011010011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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