Shades of Gossip #9ACF83
Tints of Gossip #9ACF83
RGB
CMYK
RGB Variations
Color information
#9ACF83 (or 0x9ACF83) is known color: Gossip. HEX triplet: 9A, CF and 83. RGB value is (154,207,131). Sum of RGB (Red+Green+Blue) = 154+207+131=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 131 (51.56% from 255 or 26.63% from 492); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACF83 is #65307C. Grayscale: #B6B6B6. Windows color (decimal): -6631549 or 8638362. OLE color: 8638362.
HSL color Cylindrical-coordinate representation of color #9ACF83: hue angle of 101.84º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9ACF83 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 207 | 131 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.19 |
| HSL | 101.84º | 0.44% | 0.66% | - |
| HSV(B) | 101.84º | 0.37% | 0.81% | - |
| XYZ | 39.74 | 53.13 | 29.63 | - |
| YUV | 182.49 | 98.94 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 207 | 131 | 0.26 | 0 | 0.37 | 0.19 | 101.84 | 0.44 | 0.66 |
| Hex | 9A | CF | 83 | 1A | 0 | 25 | 13 | 66 | 2C | 42 |
| Octal | 232 | 317 | 203 | 32 | 0 | 45 | 23 | 146 | 54 | 102 |
| Binary | 10011010 | 11001111 | 10000011 | 11010 | 0 | 100101 | 10011 | 1100110 | 101100 | 1000010 |
Color Harmonies of #9ACF83
Complementary color
Monochromatic Colors of #9ACF83
Black with #9ACF83
Text Example
Text Example
White with #9ACF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACF83; }
p { color: rgb(154,207,131); }
H1.HeaderClassName
{
color: #9ACF83;
}
.AnyTagClassName
{
color: #9ACF83;
}
</style>
background-color css
<style>
a { background-color: #9ACF83; }
a { background-color: rgb(154,207,131); }
div.DivClassName
{
background-color: #9ACF83;
}
.BgClassName
{
background-color: #9ACF83;
}
</style>
border-color css
<style>
span { border-color: #9ACF83; }
span { border-color: rgb(154,207,131); }
td.TdClassName
{
border-color: #9ACF83;
}
.TagClassName
{
border-color: #9ACF83;
}
</style>