#9CE185

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

Shades of Gossip #9CE185

Tints of Gossip #9CE185

Color information

#9CE185 (or 0x9CE185) is unknown color: approx Gossip. HEX triplet: 9C, E1 and 85. RGB value is (156,225,133). Sum of RGB (Red+Green+Blue) = 156+225+133=514 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.35% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 225 - color contains mainly: green. Hex color #9CE185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CE185 is #631E7A. Grayscale: #C2C2C2. Windows color (decimal): -6495867 or 8774044. OLE color: 8774044.

HSL color Cylindrical-coordinate representation of color #9CE185: hue angle of 105º 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 #9CE185 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB156225133-
CMYK0.3100.410.12
HSL105º60.53%70.2%-
HSV(B)105º40.89%88.24%-
XYZ44.8762.6131.91-
YUV193.8893.64100.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.35%
GREEN value IS 225 (88.28% from 255) = 43.77%
BLUE value IS 133 (52.34% from 255) = 25.88%
R=30.35%
G=43.77%
B=25.88%

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
Decimal1562251330.3100.410.1210560.5370.2
Hex9CE1851F029C693d46
Octal234341205370511415175106
Binary100111001110000110000101111110101001110011010011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,225,133); }

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

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

 a { background-color: rgb(156,225,133); }

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

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

 span { border-color: rgb(156,225,133); }

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