Shades of Gossip #9CCE8A
Tints of Gossip #9CCE8A
RGB
CMYK
RGB Variations
Color information
#9CCE8A (or 0x9CCE8A) is known color: Gossip. HEX triplet: 9C, CE and 8A. RGB value is (156,206,138). Sum of RGB (Red+Green+Blue) = 156+206+138=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #9CCE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCE8A is #633175. Grayscale: #B7B7B7. Windows color (decimal): -6500726 or 9096860. OLE color: 9096860.
HSL color Cylindrical-coordinate representation of color #9CCE8A: hue angle of 104.12º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CCE8A is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 206 | 138 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.19 |
| HSL | 104.12º | 0.41% | 0.67% | - |
| HSV(B) | 104.12º | 0.33% | 0.81% | - |
| XYZ | 40.37 | 53.05 | 32.16 | - |
| YUV | 183.3 | 102.44 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 206 | 138 | 0.24 | 0 | 0.33 | 0.19 | 104.12 | 0.41 | 0.67 |
| Hex | 9C | CE | 8A | 18 | 0 | 21 | 13 | 68 | 29 | 43 |
| Octal | 234 | 316 | 212 | 30 | 0 | 41 | 23 | 150 | 51 | 103 |
| Binary | 10011100 | 11001110 | 10001010 | 11000 | 0 | 100001 | 10011 | 1101000 | 101001 | 1000011 |
Color Harmonies of #9CCE8A
Complementary color
Monochromatic Colors of #9CCE8A
Black with #9CCE8A
Text Example
Text Example
White with #9CCE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCE8A; }
p { color: rgb(156,206,138); }
H1.HeaderClassName
{
color: #9CCE8A;
}
.AnyTagClassName
{
color: #9CCE8A;
}
</style>
background-color css
<style>
a { background-color: #9CCE8A; }
a { background-color: rgb(156,206,138); }
div.DivClassName
{
background-color: #9CCE8A;
}
.BgClassName
{
background-color: #9CCE8A;
}
</style>
border-color css
<style>
span { border-color: #9CCE8A; }
span { border-color: rgb(156,206,138); }
td.TdClassName
{
border-color: #9CCE8A;
}
.TagClassName
{
border-color: #9CCE8A;
}
</style>