Shades of Bahia #A1C213
Tints of Bahia #A1C213
RGB
CMYK
RGB Variations
Color information
#A1C213 (or 0xA1C213) is known color: Bahia. HEX triplet: A1, C2 and 13. RGB value is (161,194,19). Sum of RGB (Red+Green+Blue) = 161+194+19=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 194 (76.17% from 255 or 51.87% from 374); Blue value is 19 (7.81% from 255 or 5.08% from 374); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C213 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C213 is #5E3DEC. Grayscale: #A4A4A4. Windows color (decimal): -6176237 or 1295009. OLE color: 1295009.
HSL color Cylindrical-coordinate representation of color #A1C213: hue angle of 71.31º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1C213 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 194 | 19 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.24 |
| HSL | 71.31º | 0.82% | 0.42% | - |
| HSV(B) | 71.31º | 0.9% | 0.76% | - |
| XYZ | 34.11 | 46.21 | 7.74 | - |
| YUV | 164.18 | 46.07 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 194 | 19 | 0.17 | 0 | 0.90 | 0.24 | 71.31 | 0.82 | 0.42 |
| Hex | A1 | C2 | 13 | 11 | 0 | 5A | 18 | 47 | 52 | 2A |
| Octal | 241 | 302 | 23 | 21 | 0 | 132 | 30 | 107 | 122 | 52 |
| Binary | 10100001 | 11000010 | 10011 | 10001 | 0 | 1011010 | 11000 | 1000111 | 1010010 | 101010 |
Color Harmonies of #A1C213
Complementary color
Monochromatic Colors of #A1C213
Black with #A1C213
Text Example
Text Example
White with #A1C213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C213; }
p { color: rgb(161,194,19); }
H1.HeaderClassName
{
color: #A1C213;
}
.AnyTagClassName
{
color: #A1C213;
}
</style>
background-color css
<style>
a { background-color: #A1C213; }
a { background-color: rgb(161,194,19); }
div.DivClassName
{
background-color: #A1C213;
}
.BgClassName
{
background-color: #A1C213;
}
</style>
border-color css
<style>
span { border-color: #A1C213; }
span { border-color: rgb(161,194,19); }
td.TdClassName
{
border-color: #A1C213;
}
.TagClassName
{
border-color: #A1C213;
}
</style>