Shades of Gossip #99D68A
Tints of Gossip #99D68A
RGB
CMYK
RGB Variations
Color information
#99D68A (or 0x99D68A) is known color: Gossip. HEX triplet: 99, D6 and 8A. RGB value is (153,214,138). Sum of RGB (Red+Green+Blue) = 153+214+138=505 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.30% from 505); Green value is 214 (83.98% from 255 or 42.38% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 214 - color contains mainly: green. Hex color #99D68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D68A is #662975. Grayscale: #BBBBBB. Windows color (decimal): -6695286 or 9098905. OLE color: 9098905.
HSL color Cylindrical-coordinate representation of color #99D68A: hue angle of 108.16º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99D68A is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 214 | 138 | - |
| CMYK | 0.29 | 0 | 0.36 | 0.16 |
| HSL | 108.16º | 0.48% | 0.69% | - |
| HSV(B) | 108.16º | 0.36% | 0.84% | - |
| XYZ | 41.77 | 56.7 | 32.79 | - |
| YUV | 187.1 | 100.29 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 214 | 138 | 0.29 | 0 | 0.36 | 0.16 | 108.16 | 0.48 | 0.69 |
| Hex | 99 | D6 | 8A | 1D | 0 | 24 | 10 | 6C | 30 | 45 |
| Octal | 231 | 326 | 212 | 35 | 0 | 44 | 20 | 154 | 60 | 105 |
| Binary | 10011001 | 11010110 | 10001010 | 11101 | 0 | 100100 | 10000 | 1101100 | 110000 | 1000101 |
Color Harmonies of #99D68A
Complementary color
Monochromatic Colors of #99D68A
Black with #99D68A
Text Example
Text Example
White with #99D68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D68A; }
p { color: rgb(153,214,138); }
H1.HeaderClassName
{
color: #99D68A;
}
.AnyTagClassName
{
color: #99D68A;
}
</style>
background-color css
<style>
a { background-color: #99D68A; }
a { background-color: rgb(153,214,138); }
div.DivClassName
{
background-color: #99D68A;
}
.BgClassName
{
background-color: #99D68A;
}
</style>
border-color css
<style>
span { border-color: #99D68A; }
span { border-color: rgb(153,214,138); }
td.TdClassName
{
border-color: #99D68A;
}
.TagClassName
{
border-color: #99D68A;
}
</style>