#99D06E

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

Shades of Gossip #99D06E

Tints of Gossip #99D06E

Color information

#99D06E (or 0x99D06E) is unknown color: approx Gossip. HEX triplet: 99, D0 and 6E. RGB value is (153,208,110). Sum of RGB (Red+Green+Blue) = 153+208+110=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #99D06E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D06E is #662F91. Grayscale: #B4B4B4. Windows color (decimal): -6696850 or 7262361. OLE color: 7262361.

HSL color Cylindrical-coordinate representation of color #99D06E: hue angle of 93.67º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #99D06E is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB153208110-
CMYK0.2600.470.18
HSL93.67º51.04%62.35%-
HSV(B)93.67º47.12%81.57%-
XYZ38.5153.0122.95-
YUV180.3888.28108.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.48%
GREEN value IS 208 (81.64% from 255) = 44.16%
BLUE value IS 110 (43.36% from 255) = 23.35%
R=32.48%
G=44.16%
B=23.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1532081100.2600.470.1893.6751.0462.35
Hex99D06E1A02F125e333e
Octal23132015632057221366376
Binary10011001110100001101110110100101111100101011110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,208,110); }

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

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

 a { background-color: rgb(153,208,110); }

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

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

 span { border-color: rgb(153,208,110); }

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