Shades of Bahia #A1CA1B
Tints of Bahia #A1CA1B
RGB
CMYK
RGB Variations
Color information
#A1CA1B (or 0xA1CA1B) is known color: Bahia. HEX triplet: A1, CA and 1B. RGB value is (161,202,27). Sum of RGB (Red+Green+Blue) = 161+202+27=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 202 (79.30% from 255 or 51.79% from 390); Blue value is 27 (10.94% from 255 or 6.92% from 390); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CA1B is #5E35E4. Grayscale: #AAAAAA. Windows color (decimal): -6174181 or 1821345. OLE color: 1821345.
HSL color Cylindrical-coordinate representation of color #A1CA1B: hue angle of 74.06º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1CA1B is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 202 | 27 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.21 |
| HSL | 74.06º | 0.76% | 0.45% | - |
| HSV(B) | 74.06º | 0.87% | 0.79% | - |
| XYZ | 36.02 | 49.9 | 8.77 | - |
| YUV | 169.79 | 47.42 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 27 | 0.20 | 0 | 0.87 | 0.21 | 74.06 | 0.76 | 0.45 |
| Hex | A1 | CA | 1B | 14 | 0 | 57 | 15 | 4A | 4C | 2D |
| Octal | 241 | 312 | 33 | 24 | 0 | 127 | 25 | 112 | 114 | 55 |
| Binary | 10100001 | 11001010 | 11011 | 10100 | 0 | 1010111 | 10101 | 1001010 | 1001100 | 101101 |
Color Harmonies of #A1CA1B
Complementary color
Monochromatic Colors of #A1CA1B
Black with #A1CA1B
Text Example
Text Example
White with #A1CA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CA1B; }
p { color: rgb(161,202,27); }
H1.HeaderClassName
{
color: #A1CA1B;
}
.AnyTagClassName
{
color: #A1CA1B;
}
</style>
background-color css
<style>
a { background-color: #A1CA1B; }
a { background-color: rgb(161,202,27); }
div.DivClassName
{
background-color: #A1CA1B;
}
.BgClassName
{
background-color: #A1CA1B;
}
</style>
border-color css
<style>
span { border-color: #A1CA1B; }
span { border-color: rgb(161,202,27); }
td.TdClassName
{
border-color: #A1CA1B;
}
.TagClassName
{
border-color: #A1CA1B;
}
</style>