Shades of Gossip #A5CC8B
Tints of Gossip #A5CC8B
RGB
CMYK
RGB Variations
Color information
#A5CC8B (or 0xA5CC8B) is known color: Gossip. HEX triplet: A5, CC and 8B. RGB value is (165,204,139). Sum of RGB (Red+Green+Blue) = 165+204+139=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CC8B is #5A3374. Grayscale: #B9B9B9. Windows color (decimal): -5911413 or 9161893. OLE color: 9161893.
HSL color Cylindrical-coordinate representation of color #A5CC8B: hue angle of 96º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5CC8B is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 204 | 139 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.2 |
| HSL | 96º | 0.39% | 0.67% | - |
| HSV(B) | 96º | 0.32% | 0.8% | - |
| XYZ | 41.77 | 53.05 | 32.46 | - |
| YUV | 184.93 | 102.08 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 204 | 139 | 0.19 | 0 | 0.32 | 0.2 | 96 | 0.39 | 0.67 |
| Hex | A5 | CC | 8B | 13 | 0 | 20 | 14 | 60 | 27 | 43 |
| Octal | 245 | 314 | 213 | 23 | 0 | 40 | 24 | 140 | 47 | 103 |
| Binary | 10100101 | 11001100 | 10001011 | 10011 | 0 | 100000 | 10100 | 1100000 | 100111 | 1000011 |
Color Harmonies of #A5CC8B
Complementary color
Monochromatic Colors of #A5CC8B
Black with #A5CC8B
Text Example
Text Example
White with #A5CC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CC8B; }
p { color: rgb(165,204,139); }
H1.HeaderClassName
{
color: #A5CC8B;
}
.AnyTagClassName
{
color: #A5CC8B;
}
</style>
background-color css
<style>
a { background-color: #A5CC8B; }
a { background-color: rgb(165,204,139); }
div.DivClassName
{
background-color: #A5CC8B;
}
.BgClassName
{
background-color: #A5CC8B;
}
</style>
border-color css
<style>
span { border-color: #A5CC8B; }
span { border-color: rgb(165,204,139); }
td.TdClassName
{
border-color: #A5CC8B;
}
.TagClassName
{
border-color: #A5CC8B;
}
</style>