#99CD8E

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

Shades of Gossip #99CD8E

Tints of Gossip #99CD8E

Color information

#99CD8E (or 0x99CD8E) is unknown color: approx Gossip. HEX triplet: 99, CD and 8E. RGB value is (153,205,142). Sum of RGB (Red+Green+Blue) = 153+205+142=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 205 - color contains mainly: green. Hex color #99CD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CD8E is #663271. Grayscale: #B6B6B6. Windows color (decimal): -6697586 or 9358745. OLE color: 9358745.

HSL color Cylindrical-coordinate representation of color #99CD8E: hue angle of 109.52º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99CD8E is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB153205142-
CMYK0.2500.310.20
HSL109.52º38.65%68.04%-
HSV(B)109.52º30.73%80.39%-
XYZ39.8552.3933.6-
YUV182.27105.27107.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.6%
GREEN value IS 205 (80.47% from 255) = 41%
BLUE value IS 142 (55.86% from 255) = 28.4%
R=30.6%
G=41%
B=28.4%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1532051420.2500.310.20109.5238.6568.04
Hex99CD8E1901F146e2744
Octal231315216310372415647104
Binary100110011100110110001110110010111111010011011101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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