Shades of Gossip #9ACF8B
Tints of Gossip #9ACF8B
RGB
CMYK
RGB Variations
Color information
#9ACF8B (or 0x9ACF8B) is known color: Gossip. HEX triplet: 9A, CF and 8B. RGB value is (154,207,139). Sum of RGB (Red+Green+Blue) = 154+207+139=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACF8B is #653074. Grayscale: #B7B7B7. Windows color (decimal): -6631541 or 9162650. OLE color: 9162650.
HSL color Cylindrical-coordinate representation of color #9ACF8B: hue angle of 106.76º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9ACF8B is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 207 | 139 | - |
| CMYK | 0.26 | 0 | 0.33 | 0.19 |
| HSL | 106.76º | 0.41% | 0.68% | - |
| HSV(B) | 106.76º | 0.33% | 0.81% | - |
| XYZ | 40.3 | 53.36 | 32.6 | - |
| YUV | 183.4 | 102.94 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 207 | 139 | 0.26 | 0 | 0.33 | 0.19 | 106.76 | 0.41 | 0.68 |
| Hex | 9A | CF | 8B | 1A | 0 | 21 | 13 | 6B | 29 | 44 |
| Octal | 232 | 317 | 213 | 32 | 0 | 41 | 23 | 153 | 51 | 104 |
| Binary | 10011010 | 11001111 | 10001011 | 11010 | 0 | 100001 | 10011 | 1101011 | 101001 | 1000100 |
Color Harmonies of #9ACF8B
Complementary color
Monochromatic Colors of #9ACF8B
Black with #9ACF8B
Text Example
Text Example
White with #9ACF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACF8B; }
p { color: rgb(154,207,139); }
H1.HeaderClassName
{
color: #9ACF8B;
}
.AnyTagClassName
{
color: #9ACF8B;
}
</style>
background-color css
<style>
a { background-color: #9ACF8B; }
a { background-color: rgb(154,207,139); }
div.DivClassName
{
background-color: #9ACF8B;
}
.BgClassName
{
background-color: #9ACF8B;
}
</style>
border-color css
<style>
span { border-color: #9ACF8B; }
span { border-color: rgb(154,207,139); }
td.TdClassName
{
border-color: #9ACF8B;
}
.TagClassName
{
border-color: #9ACF8B;
}
</style>