Shades of Gossip #A5CB8A
Tints of Gossip #A5CB8A
RGB
CMYK
RGB Variations
Color information
#A5CB8A (or 0xA5CB8A) is known color: Gossip. HEX triplet: A5, CB and 8A. RGB value is (165,203,138). Sum of RGB (Red+Green+Blue) = 165+203+138=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CB8A is #5A3475. Grayscale: #B8B8B8. Windows color (decimal): -5911670 or 9096101. OLE color: 9096101.
HSL color Cylindrical-coordinate representation of color #A5CB8A: hue angle of 95.08º degrees, saturation: 0.38, 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 #A5CB8A is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 203 | 138 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.20 |
| HSL | 95.08º | 0.38% | 0.67% | - |
| HSV(B) | 95.08º | 0.32% | 0.8% | - |
| XYZ | 41.46 | 52.55 | 32 | - |
| YUV | 184.23 | 101.91 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 203 | 138 | 0.19 | 0 | 0.32 | 0.20 | 95.08 | 0.38 | 0.67 |
| Hex | A5 | CB | 8A | 13 | 0 | 20 | 14 | 5F | 26 | 43 |
| Octal | 245 | 313 | 212 | 23 | 0 | 40 | 24 | 137 | 46 | 103 |
| Binary | 10100101 | 11001011 | 10001010 | 10011 | 0 | 100000 | 10100 | 1011111 | 100110 | 1000011 |
Color Harmonies of #A5CB8A
Complementary color
Monochromatic Colors of #A5CB8A
Black with #A5CB8A
Text Example
Text Example
White with #A5CB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CB8A; }
p { color: rgb(165,203,138); }
H1.HeaderClassName
{
color: #A5CB8A;
}
.AnyTagClassName
{
color: #A5CB8A;
}
</style>
background-color css
<style>
a { background-color: #A5CB8A; }
a { background-color: rgb(165,203,138); }
div.DivClassName
{
background-color: #A5CB8A;
}
.BgClassName
{
background-color: #A5CB8A;
}
</style>
border-color css
<style>
span { border-color: #A5CB8A; }
span { border-color: rgb(165,203,138); }
td.TdClassName
{
border-color: #A5CB8A;
}
.TagClassName
{
border-color: #A5CB8A;
}
</style>