Shades of Gossip #A1CA7B
Tints of Gossip #A1CA7B
RGB
CMYK
RGB Variations
Color information
#A1CA7B (or 0xA1CA7B) is known color: Gossip. HEX triplet: A1, CA and 7B. RGB value is (161,202,123). Sum of RGB (Red+Green+Blue) = 161+202+123=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CA7B is #5E3584. Grayscale: #B5B5B5. Windows color (decimal): -6174085 or 8112801. OLE color: 8112801.
HSL color Cylindrical-coordinate representation of color #A1CA7B: hue angle of 91.14º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1CA7B is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 202 | 123 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.21 |
| HSL | 91.14º | 0.43% | 0.64% | - |
| HSV(B) | 91.14º | 0.39% | 0.79% | - |
| XYZ | 39.39 | 51.25 | 26.55 | - |
| YUV | 180.74 | 95.42 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 123 | 0.20 | 0 | 0.39 | 0.21 | 91.14 | 0.43 | 0.64 |
| Hex | A1 | CA | 7B | 14 | 0 | 27 | 15 | 5B | 2B | 40 |
| Octal | 241 | 312 | 173 | 24 | 0 | 47 | 25 | 133 | 53 | 100 |
| Binary | 10100001 | 11001010 | 1111011 | 10100 | 0 | 100111 | 10101 | 1011011 | 101011 | 1000000 |
Color Harmonies of #A1CA7B
Complementary color
Monochromatic Colors of #A1CA7B
Black with #A1CA7B
Text Example
Text Example
White with #A1CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CA7B; }
p { color: rgb(161,202,123); }
H1.HeaderClassName
{
color: #A1CA7B;
}
.AnyTagClassName
{
color: #A1CA7B;
}
</style>
background-color css
<style>
a { background-color: #A1CA7B; }
a { background-color: rgb(161,202,123); }
div.DivClassName
{
background-color: #A1CA7B;
}
.BgClassName
{
background-color: #A1CA7B;
}
</style>
border-color css
<style>
span { border-color: #A1CA7B; }
span { border-color: rgb(161,202,123); }
td.TdClassName
{
border-color: #A1CA7B;
}
.TagClassName
{
border-color: #A1CA7B;
}
</style>