Shades of Gossip #99C88A
Tints of Gossip #99C88A
RGB
CMYK
RGB Variations
Color information
#99C88A (or 0x99C88A) is known color: Gossip. HEX triplet: 99, C8 and 8A. RGB value is (153,200,138). Sum of RGB (Red+Green+Blue) = 153+200+138=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 200 - color contains mainly: green. Hex color #99C88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C88A is #663775. Grayscale: #B3B3B3. Windows color (decimal): -6698870 or 9095321. OLE color: 9095321.
HSL color Cylindrical-coordinate representation of color #99C88A: hue angle of 105.48º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99C88A is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 200 | 138 | - |
| CMYK | 0.24 | 0 | 0.31 | 0.22 |
| HSL | 105.48º | 0.36% | 0.66% | - |
| HSV(B) | 105.48º | 0.31% | 0.78% | - |
| XYZ | 38.38 | 49.92 | 31.66 | - |
| YUV | 178.88 | 104.93 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 200 | 138 | 0.24 | 0 | 0.31 | 0.22 | 105.48 | 0.36 | 0.66 |
| Hex | 99 | C8 | 8A | 18 | 0 | 1F | 16 | 69 | 24 | 42 |
| Octal | 231 | 310 | 212 | 30 | 0 | 37 | 26 | 151 | 44 | 102 |
| Binary | 10011001 | 11001000 | 10001010 | 11000 | 0 | 11111 | 10110 | 1101001 | 100100 | 1000010 |
Color Harmonies of #99C88A
Complementary color
Monochromatic Colors of #99C88A
Black with #99C88A
Text Example
Text Example
White with #99C88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C88A; }
p { color: rgb(153,200,138); }
H1.HeaderClassName
{
color: #99C88A;
}
.AnyTagClassName
{
color: #99C88A;
}
</style>
background-color css
<style>
a { background-color: #99C88A; }
a { background-color: rgb(153,200,138); }
div.DivClassName
{
background-color: #99C88A;
}
.BgClassName
{
background-color: #99C88A;
}
</style>
border-color css
<style>
span { border-color: #99C88A; }
span { border-color: rgb(153,200,138); }
td.TdClassName
{
border-color: #99C88A;
}
.TagClassName
{
border-color: #99C88A;
}
</style>