Shades of Gossip #9ACB84
Tints of Gossip #9ACB84
RGB
CMYK
RGB Variations
Color information
#9ACB84 (or 0x9ACB84) is known color: Gossip. HEX triplet: 9A, CB and 84. RGB value is (154,203,132). Sum of RGB (Red+Green+Blue) = 154+203+132=489 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.49% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACB84 is #65347B. Grayscale: #B4B4B4. Windows color (decimal): -6632572 or 8702874. OLE color: 8702874.
HSL color Cylindrical-coordinate representation of color #9ACB84: hue angle of 101.41º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9ACB84 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 203 | 132 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.20 |
| HSL | 101.41º | 0.41% | 0.66% | - |
| HSV(B) | 101.41º | 0.35% | 0.8% | - |
| XYZ | 38.85 | 51.25 | 29.67 | - |
| YUV | 180.26 | 100.77 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 203 | 132 | 0.24 | 0 | 0.35 | 0.20 | 101.41 | 0.41 | 0.66 |
| Hex | 9A | CB | 84 | 18 | 0 | 23 | 14 | 65 | 29 | 42 |
| Octal | 232 | 313 | 204 | 30 | 0 | 43 | 24 | 145 | 51 | 102 |
| Binary | 10011010 | 11001011 | 10000100 | 11000 | 0 | 100011 | 10100 | 1100101 | 101001 | 1000010 |
Color Harmonies of #9ACB84
Complementary color
Monochromatic Colors of #9ACB84
Black with #9ACB84
Text Example
Text Example
White with #9ACB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACB84; }
p { color: rgb(154,203,132); }
H1.HeaderClassName
{
color: #9ACB84;
}
.AnyTagClassName
{
color: #9ACB84;
}
</style>
background-color css
<style>
a { background-color: #9ACB84; }
a { background-color: rgb(154,203,132); }
div.DivClassName
{
background-color: #9ACB84;
}
.BgClassName
{
background-color: #9ACB84;
}
</style>
border-color css
<style>
span { border-color: #9ACB84; }
span { border-color: rgb(154,203,132); }
td.TdClassName
{
border-color: #9ACB84;
}
.TagClassName
{
border-color: #9ACB84;
}
</style>