Shades of Gossip #8ACB76
Tints of Gossip #8ACB76
RGB
CMYK
RGB Variations
Color information
#8ACB76 (or 0x8ACB76) is known color: Gossip. HEX triplet: 8A, CB and 76. RGB value is (138,203,118). Sum of RGB (Red+Green+Blue) = 138+203+118=459 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.07% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACB76 is #753489. Grayscale: #AEAEAE. Windows color (decimal): -7681162 or 7785354. OLE color: 7785354.
HSL color Cylindrical-coordinate representation of color #8ACB76: hue angle of 105.88º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ACB76 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 203 | 118 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.20 |
| HSL | 105.88º | 0.45% | 0.63% | - |
| HSV(B) | 105.88º | 0.42% | 0.8% | - |
| XYZ | 35.11 | 49.42 | 24.83 | - |
| YUV | 173.88 | 96.47 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 203 | 118 | 0.32 | 0 | 0.42 | 0.20 | 105.88 | 0.45 | 0.63 |
| Hex | 8A | CB | 76 | 20 | 0 | 2A | 14 | 6A | 2D | 3F |
| Octal | 212 | 313 | 166 | 40 | 0 | 52 | 24 | 152 | 55 | 77 |
| Binary | 10001010 | 11001011 | 1110110 | 100000 | 0 | 101010 | 10100 | 1101010 | 101101 | 111111 |
Color Harmonies of #8ACB76
Complementary color
Monochromatic Colors of #8ACB76
Black with #8ACB76
Text Example
Text Example
White with #8ACB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACB76; }
p { color: rgb(138,203,118); }
H1.HeaderClassName
{
color: #8ACB76;
}
.AnyTagClassName
{
color: #8ACB76;
}
</style>
background-color css
<style>
a { background-color: #8ACB76; }
a { background-color: rgb(138,203,118); }
div.DivClassName
{
background-color: #8ACB76;
}
.BgClassName
{
background-color: #8ACB76;
}
</style>
border-color css
<style>
span { border-color: #8ACB76; }
span { border-color: rgb(138,203,118); }
td.TdClassName
{
border-color: #8ACB76;
}
.TagClassName
{
border-color: #8ACB76;
}
</style>