Shades of Gossip #9AC68B
Tints of Gossip #9AC68B
RGB
CMYK
RGB Variations
Color information
#9AC68B (or 0x9AC68B) is known color: Gossip. HEX triplet: 9A, C6 and 8B. RGB value is (154,198,139). Sum of RGB (Red+Green+Blue) = 154+198+139=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 198 - color contains mainly: green. Hex color #9AC68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC68B is #653974. Grayscale: #B2B2B2. Windows color (decimal): -6633845 or 9160346. OLE color: 9160346.
HSL color Cylindrical-coordinate representation of color #9AC68B: hue angle of 104.75º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AC68B is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 154 | 198 | 139 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.22 |
| HSL | 104.75º | 0.34% | 0.66% | - |
| HSV(B) | 104.75º | 0.3% | 0.78% | - |
| XYZ | 38.18 | 49.12 | 31.9 | - |
| YUV | 178.12 | 105.92 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 198 | 139 | 0.22 | 0 | 0.30 | 0.22 | 104.75 | 0.34 | 0.66 |
| Hex | 9A | C6 | 8B | 16 | 0 | 1E | 16 | 69 | 22 | 42 |
| Octal | 232 | 306 | 213 | 26 | 0 | 36 | 26 | 151 | 42 | 102 |
| Binary | 10011010 | 11000110 | 10001011 | 10110 | 0 | 11110 | 10110 | 1101001 | 100010 | 1000010 |
Color Harmonies of #9AC68B
Complementary color
Monochromatic Colors of #9AC68B
Black with #9AC68B
Text Example
Text Example
White with #9AC68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC68B; }
p { color: rgb(154,198,139); }
H1.HeaderClassName
{
color: #9AC68B;
}
.AnyTagClassName
{
color: #9AC68B;
}
</style>
background-color css
<style>
a { background-color: #9AC68B; }
a { background-color: rgb(154,198,139); }
div.DivClassName
{
background-color: #9AC68B;
}
.BgClassName
{
background-color: #9AC68B;
}
</style>
border-color css
<style>
span { border-color: #9AC68B; }
span { border-color: rgb(154,198,139); }
td.TdClassName
{
border-color: #9AC68B;
}
.TagClassName
{
border-color: #9AC68B;
}
</style>