#99CF8E

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

Shades of Gossip #99CF8E

Tints of Gossip #99CF8E

Color information

#99CF8E (or 0x99CF8E) is unknown color: approx Gossip. HEX triplet: 99, CF and 8E. RGB value is (153,207,142). Sum of RGB (Red+Green+Blue) = 153+207+142=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 142 (55.86% from 255 or 28.29% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CF8E is #663071. Grayscale: #B7B7B7. Windows color (decimal): -6697074 or 9359257. OLE color: 9359257.

HSL color Cylindrical-coordinate representation of color #99CF8E: hue angle of 109.85º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99CF8E is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB153207142-
CMYK0.2600.310.19
HSL109.85º40.37%68.43%-
HSV(B)109.85º31.4%81.18%-
XYZ40.3353.3533.76-
YUV183.44104.61106.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.48%
GREEN value IS 207 (81.25% from 255) = 41.24%
BLUE value IS 142 (55.86% from 255) = 28.29%
R=30.48%
G=41.24%
B=28.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1532071420.2600.310.19109.8540.3768.43
Hex99CF8E1A01F136e2844
Octal231317216320372315650104
Binary100110011100111110001110110100111111001111011101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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