#99D28C

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

Shades of Gossip #99D28C

Tints of Gossip #99D28C

Color information

#99D28C (or 0x99D28C) is unknown color: approx Gossip. HEX triplet: 99, D2 and 8C. RGB value is (153,210,140). Sum of RGB (Red+Green+Blue) = 153+210+140=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 210 - color contains mainly: green. Hex color #99D28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D28C is #662D73. Grayscale: #B9B9B9. Windows color (decimal): -6696308 or 9228953. OLE color: 9228953.

HSL color Cylindrical-coordinate representation of color #99D28C: hue angle of 108.86º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99D28C is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB153210140-
CMYK0.2700.330.18
HSL108.86º43.75%68.63%-
HSV(B)108.86º33.33%82.35%-
XYZ40.9254.7633.22-
YUV184.98102.62105.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.42%
GREEN value IS 210 (82.42% from 255) = 41.75%
BLUE value IS 140 (55.08% from 255) = 27.83%
R=30.42%
G=41.75%
B=27.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1532101400.2700.330.18108.8643.7568.63
Hex99D28C1B021126d2c45
Octal231322214330412215554105
Binary1001100111010010100011001101101000011001011011011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,210,140); }

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

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

 a { background-color: rgb(153,210,140); }

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

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

 span { border-color: rgb(153,210,140); }

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