#99e182

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

Shades of Gossip #99E182

Tints of Gossip #99E182

Color information

#99E182 (or 0x99E182) is unknown color: approx Gossip. HEX triplet: 99, E1 and 82. RGB value is (153,225,130). Sum of RGB (Red+Green+Blue) = 153+225+130=508 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.12% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 225 - color contains mainly: green. Hex color #99E182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99E182 is #661E7D. Grayscale: #C0C0C0. Windows color (decimal): -6692478 or 8577433. OLE color: 8577433.

HSL color Cylindrical-coordinate representation of color #99E182: hue angle of 105.47º 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 #99E182 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB153225130-
CMYK0.3200.420.12
HSL105.47º61.29%69.61%-
HSV(B)105.47º42.22%88.24%-
XYZ44.0962.2330.81-
YUV192.6492.6599.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.12%
GREEN value IS 225 (88.28% from 255) = 44.29%
BLUE value IS 130 (51.17% from 255) = 25.59%
R=30.12%
G=44.29%
B=25.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1532251300.3200.420.12105.4761.2969.61
Hex99E1822002AC693d46
Octal231341202400521415175106
Binary1001100111100001100000101000000101010110011010011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99e182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99e182; }

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

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

<style>
 a { background-color: #99e182; }

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

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

<style>
 span { border-color: #99e182; }

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

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