#99CA8E

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

Shades of Gossip #99CA8E

Tints of Gossip #99CA8E

Color information

#99CA8E (or 0x99CA8E) is unknown color: approx Gossip. HEX triplet: 99, CA and 8E. RGB value is (153,202,142). Sum of RGB (Red+Green+Blue) = 153+202+142=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CA8E is #663571. Grayscale: #B4B4B4. Windows color (decimal): -6698354 or 9357977. OLE color: 9357977.

HSL color Cylindrical-coordinate representation of color #99CA8E: hue angle of 109º 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 #99CA8E is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB153202142-
CMYK0.2400.300.21
HSL109º36.14%67.45%-
HSV(B)109º29.7%79.22%-
XYZ39.1450.9733.37-
YUV180.51106.27108.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.78%
GREEN value IS 202 (79.30% from 255) = 40.64%
BLUE value IS 142 (55.86% from 255) = 28.57%
R=30.78%
G=40.64%
B=28.57%

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
Decimal1532021420.2400.300.2110936.1467.45
Hex99CA8E1801E156d2443
Octal231312216300362515544103
Binary100110011100101010001110110000111101010111011011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,202,142); }

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

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

 a { background-color: rgb(153,202,142); }

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

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

 span { border-color: rgb(153,202,142); }

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