Shades of Bahia #A1CD13
Tints of Bahia #A1CD13
RGB
CMYK
RGB Variations
Color information
#A1CD13 (or 0xA1CD13) is known color: Bahia. HEX triplet: A1, CD and 13. RGB value is (161,205,19). Sum of RGB (Red+Green+Blue) = 161+205+19=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 205 (80.47% from 255 or 53.25% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1CD13 is #5E32EC. Grayscale: #ABABAB. Windows color (decimal): -6173421 or 1297825. OLE color: 1297825.
HSL color Cylindrical-coordinate representation of color #A1CD13: hue angle of 74.19º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1CD13 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 205 | 19 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.20 |
| HSL | 74.19º | 0.83% | 0.44% | - |
| HSV(B) | 74.19º | 0.91% | 0.8% | - |
| XYZ | 36.65 | 51.29 | 8.58 | - |
| YUV | 170.64 | 42.42 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 205 | 19 | 0.21 | 0 | 0.91 | 0.20 | 74.19 | 0.83 | 0.44 |
| Hex | A1 | CD | 13 | 15 | 0 | 5B | 14 | 4A | 53 | 2C |
| Octal | 241 | 315 | 23 | 25 | 0 | 133 | 24 | 112 | 123 | 54 |
| Binary | 10100001 | 11001101 | 10011 | 10101 | 0 | 1011011 | 10100 | 1001010 | 1010011 | 101100 |
Color Harmonies of #A1CD13
Complementary color
Monochromatic Colors of #A1CD13
Black with #A1CD13
Text Example
Text Example
White with #A1CD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CD13; }
p { color: rgb(161,205,19); }
H1.HeaderClassName
{
color: #A1CD13;
}
.AnyTagClassName
{
color: #A1CD13;
}
</style>
background-color css
<style>
a { background-color: #A1CD13; }
a { background-color: rgb(161,205,19); }
div.DivClassName
{
background-color: #A1CD13;
}
.BgClassName
{
background-color: #A1CD13;
}
</style>
border-color css
<style>
span { border-color: #A1CD13; }
span { border-color: rgb(161,205,19); }
td.TdClassName
{
border-color: #A1CD13;
}
.TagClassName
{
border-color: #A1CD13;
}
</style>