Shades of Gossip #9ACB79
Tints of Gossip #9ACB79
RGB
CMYK
RGB Variations
Color information
#9ACB79 (or 0x9ACB79) is known color: Gossip. HEX triplet: 9A, CB and 79. RGB value is (154,203,121). Sum of RGB (Red+Green+Blue) = 154+203+121=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACB79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACB79 is #653486. Grayscale: #B3B3B3. Windows color (decimal): -6632583 or 7981978. OLE color: 7981978.
HSL color Cylindrical-coordinate representation of color #9ACB79: hue angle of 95.85º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9ACB79 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 203 | 121 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.20 |
| HSL | 95.85º | 0.44% | 0.64% | - |
| HSV(B) | 95.85º | 0.4% | 0.8% | - |
| XYZ | 38.13 | 50.96 | 25.92 | - |
| YUV | 179 | 95.27 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 203 | 121 | 0.24 | 0 | 0.40 | 0.20 | 95.85 | 0.44 | 0.64 |
| Hex | 9A | CB | 79 | 18 | 0 | 28 | 14 | 60 | 2C | 40 |
| Octal | 232 | 313 | 171 | 30 | 0 | 50 | 24 | 140 | 54 | 100 |
| Binary | 10011010 | 11001011 | 1111001 | 11000 | 0 | 101000 | 10100 | 1100000 | 101100 | 1000000 |
Color Harmonies of #9ACB79
Complementary color
Monochromatic Colors of #9ACB79
Black with #9ACB79
Text Example
Text Example
White with #9ACB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACB79; }
p { color: rgb(154,203,121); }
H1.HeaderClassName
{
color: #9ACB79;
}
.AnyTagClassName
{
color: #9ACB79;
}
</style>
background-color css
<style>
a { background-color: #9ACB79; }
a { background-color: rgb(154,203,121); }
div.DivClassName
{
background-color: #9ACB79;
}
.BgClassName
{
background-color: #9ACB79;
}
</style>
border-color css
<style>
span { border-color: #9ACB79; }
span { border-color: rgb(154,203,121); }
td.TdClassName
{
border-color: #9ACB79;
}
.TagClassName
{
border-color: #9ACB79;
}
</style>