#99C488

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

Shades of Gossip #99C488

Tints of Gossip #99C488

Color information

#99C488 (or 0x99C488) is unknown color: approx Gossip. HEX triplet: 99, C4 and 88. RGB value is (153,196,136). Sum of RGB (Red+Green+Blue) = 153+196+136=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 196 - color contains mainly: green. Hex color #99C488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C488 is #663B77. Grayscale: #B0B0B0. Windows color (decimal): -6699896 or 8963225. OLE color: 8963225.

HSL color Cylindrical-coordinate representation of color #99C488: hue angle of 103º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99C488 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB153196136-
CMYK0.2200.310.23
HSL103º33.71%65.1%-
HSV(B)103º30.61%76.86%-
XYZ37.3248.0330.6-
YUV176.3105.25111.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.55%
GREEN value IS 196 (76.95% from 255) = 40.41%
BLUE value IS 136 (53.52% from 255) = 28.04%
R=31.55%
G=40.41%
B=28.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1531961360.2200.310.2310333.7165.1
Hex99C4881601F17672241
Octal231304210260372714742101
Binary100110011100010010001000101100111111011111001111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,196,136); }

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

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

 a { background-color: rgb(153,196,136); }

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

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

 span { border-color: rgb(153,196,136); }

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