Shades of Gossip #90C17D
Tints of Gossip #90C17D
RGB
CMYK
RGB Variations
Color information
#90C17D (or 0x90C17D) is known color: Gossip. HEX triplet: 90, C1 and 7D. RGB value is (144,193,125). Sum of RGB (Red+Green+Blue) = 144+193+125=462 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.17% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 193 - color contains mainly: green. Hex color #90C17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C17D is #6F3E82. Grayscale: #AAAAAA. Windows color (decimal): -7290499 or 8241552. OLE color: 8241552.
HSL color Cylindrical-coordinate representation of color #90C17D: hue angle of 103.24º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90C17D is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 193 | 125 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.24 |
| HSL | 103.24º | 0.35% | 0.62% | - |
| HSV(B) | 103.24º | 0.35% | 0.76% | - |
| XYZ | 34.27 | 45.55 | 26.39 | - |
| YUV | 170.6 | 102.27 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 193 | 125 | 0.25 | 0 | 0.35 | 0.24 | 103.24 | 0.35 | 0.62 |
| Hex | 90 | C1 | 7D | 19 | 0 | 23 | 18 | 67 | 23 | 3E |
| Octal | 220 | 301 | 175 | 31 | 0 | 43 | 30 | 147 | 43 | 76 |
| Binary | 10010000 | 11000001 | 1111101 | 11001 | 0 | 100011 | 11000 | 1100111 | 100011 | 111110 |
Color Harmonies of #90C17D
Complementary color
Monochromatic Colors of #90C17D
Black with #90C17D
Text Example
Text Example
White with #90C17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C17D; }
p { color: rgb(144,193,125); }
H1.HeaderClassName
{
color: #90C17D;
}
.AnyTagClassName
{
color: #90C17D;
}
</style>
background-color css
<style>
a { background-color: #90C17D; }
a { background-color: rgb(144,193,125); }
div.DivClassName
{
background-color: #90C17D;
}
.BgClassName
{
background-color: #90C17D;
}
</style>
border-color css
<style>
span { border-color: #90C17D; }
span { border-color: rgb(144,193,125); }
td.TdClassName
{
border-color: #90C17D;
}
.TagClassName
{
border-color: #90C17D;
}
</style>