Shades of Gossip #A5C98A
Tints of Gossip #A5C98A
RGB
CMYK
RGB Variations
Color information
#A5C98A (or 0xA5C98A) is known color: Gossip. HEX triplet: A5, C9 and 8A. RGB value is (165,201,138). Sum of RGB (Red+Green+Blue) = 165+201+138=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C98A is #5A3675. Grayscale: #B7B7B7. Windows color (decimal): -5912182 or 9095589. OLE color: 9095589.
HSL color Cylindrical-coordinate representation of color #A5C98A: hue angle of 94.29º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5C98A is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 201 | 138 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.21 |
| HSL | 94.29º | 0.37% | 0.66% | - |
| HSV(B) | 94.29º | 0.31% | 0.79% | - |
| XYZ | 40.99 | 51.61 | 31.85 | - |
| YUV | 183.05 | 102.57 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 201 | 138 | 0.18 | 0 | 0.31 | 0.21 | 94.29 | 0.37 | 0.66 |
| Hex | A5 | C9 | 8A | 12 | 0 | 1F | 15 | 5E | 25 | 42 |
| Octal | 245 | 311 | 212 | 22 | 0 | 37 | 25 | 136 | 45 | 102 |
| Binary | 10100101 | 11001001 | 10001010 | 10010 | 0 | 11111 | 10101 | 1011110 | 100101 | 1000010 |
Color Harmonies of #A5C98A
Complementary color
Monochromatic Colors of #A5C98A
Black with #A5C98A
Text Example
Text Example
White with #A5C98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C98A; }
p { color: rgb(165,201,138); }
H1.HeaderClassName
{
color: #A5C98A;
}
.AnyTagClassName
{
color: #A5C98A;
}
</style>
background-color css
<style>
a { background-color: #A5C98A; }
a { background-color: rgb(165,201,138); }
div.DivClassName
{
background-color: #A5C98A;
}
.BgClassName
{
background-color: #A5C98A;
}
</style>
border-color css
<style>
span { border-color: #A5C98A; }
span { border-color: rgb(165,201,138); }
td.TdClassName
{
border-color: #A5C98A;
}
.TagClassName
{
border-color: #A5C98A;
}
</style>