#99C98D

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

Shades of Gossip #99C98D

Tints of Gossip #99C98D

Color information

#99C98D (or 0x99C98D) is unknown color: approx Gossip. HEX triplet: 99, C9 and 8D. RGB value is (153,201,141). Sum of RGB (Red+Green+Blue) = 153+201+141=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 201 - color contains mainly: green. Hex color #99C98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C98D is #663672. Grayscale: #B3B3B3. Windows color (decimal): -6698611 or 9292185. OLE color: 9292185.

HSL color Cylindrical-coordinate representation of color #99C98D: hue angle of 108º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99C98D is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB153201141-
CMYK0.2400.300.21
HSL108º35.71%67.06%-
HSV(B)108º29.85%78.82%-
XYZ38.8350.4732.89-
YUV179.81106.1108.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.91%
GREEN value IS 201 (78.91% from 255) = 40.61%
BLUE value IS 141 (55.47% from 255) = 28.48%
R=30.91%
G=40.61%
B=28.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1532011410.2400.300.2110835.7167.06
Hex99C98D1801E156c2443
Octal231311215300362515444103
Binary100110011100100110001101110000111101010111011001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,201,141); }

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

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

 a { background-color: rgb(153,201,141); }

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

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

 span { border-color: rgb(153,201,141); }

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