Shades of Gossip #99CF8A
Tints of Gossip #99CF8A
RGB
CMYK
RGB Variations
Color information
#99CF8A (or 0x99CF8A) is known color: Gossip. HEX triplet: 99, CF and 8A. RGB value is (153,207,138). Sum of RGB (Red+Green+Blue) = 153+207+138=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CF8A is #663075. Grayscale: #B7B7B7. Windows color (decimal): -6697078 or 9097113. OLE color: 9097113.
HSL color Cylindrical-coordinate representation of color #99CF8A: hue angle of 106.96º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99CF8A is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 207 | 138 | - |
| CMYK | 0.26 | 0 | 0.33 | 0.19 |
| HSL | 106.96º | 0.42% | 0.68% | - |
| HSV(B) | 106.96º | 0.33% | 0.81% | - |
| XYZ | 40.04 | 53.23 | 32.21 | - |
| YUV | 182.99 | 102.61 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 138 | 0.26 | 0 | 0.33 | 0.19 | 106.96 | 0.42 | 0.68 |
| Hex | 99 | CF | 8A | 1A | 0 | 21 | 13 | 6B | 2A | 44 |
| Octal | 231 | 317 | 212 | 32 | 0 | 41 | 23 | 153 | 52 | 104 |
| Binary | 10011001 | 11001111 | 10001010 | 11010 | 0 | 100001 | 10011 | 1101011 | 101010 | 1000100 |
Color Harmonies of #99CF8A
Complementary color
Monochromatic Colors of #99CF8A
Black with #99CF8A
Text Example
Text Example
White with #99CF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CF8A; }
p { color: rgb(153,207,138); }
H1.HeaderClassName
{
color: #99CF8A;
}
.AnyTagClassName
{
color: #99CF8A;
}
</style>
background-color css
<style>
a { background-color: #99CF8A; }
a { background-color: rgb(153,207,138); }
div.DivClassName
{
background-color: #99CF8A;
}
.BgClassName
{
background-color: #99CF8A;
}
</style>
border-color css
<style>
span { border-color: #99CF8A; }
span { border-color: rgb(153,207,138); }
td.TdClassName
{
border-color: #99CF8A;
}
.TagClassName
{
border-color: #99CF8A;
}
</style>