Shades of Bahia #A1CB1B
Tints of Bahia #A1CB1B
RGB
CMYK
RGB Variations
Color information
#A1CB1B (or 0xA1CB1B) is known color: Bahia. HEX triplet: A1, CB and 1B. RGB value is (161,203,27). Sum of RGB (Red+Green+Blue) = 161+203+27=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 203 (79.69% from 255 or 51.92% from 391); Blue value is 27 (10.94% from 255 or 6.91% from 391); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CB1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CB1B is #5E34E4. Grayscale: #ABABAB. Windows color (decimal): -6173925 or 1821601. OLE color: 1821601.
HSL color Cylindrical-coordinate representation of color #A1CB1B: hue angle of 74.32º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1CB1B is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 203 | 27 | - |
| CMYK | 0.21 | 0 | 0.87 | 0.20 |
| HSL | 74.32º | 0.77% | 0.45% | - |
| HSV(B) | 74.32º | 0.87% | 0.8% | - |
| XYZ | 36.25 | 50.37 | 8.85 | - |
| YUV | 170.38 | 47.09 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 203 | 27 | 0.21 | 0 | 0.87 | 0.20 | 74.32 | 0.77 | 0.45 |
| Hex | A1 | CB | 1B | 15 | 0 | 57 | 14 | 4A | 4D | 2D |
| Octal | 241 | 313 | 33 | 25 | 0 | 127 | 24 | 112 | 115 | 55 |
| Binary | 10100001 | 11001011 | 11011 | 10101 | 0 | 1010111 | 10100 | 1001010 | 1001101 | 101101 |
Color Harmonies of #A1CB1B
Complementary color
Monochromatic Colors of #A1CB1B
Black with #A1CB1B
Text Example
Text Example
White with #A1CB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CB1B; }
p { color: rgb(161,203,27); }
H1.HeaderClassName
{
color: #A1CB1B;
}
.AnyTagClassName
{
color: #A1CB1B;
}
</style>
background-color css
<style>
a { background-color: #A1CB1B; }
a { background-color: rgb(161,203,27); }
div.DivClassName
{
background-color: #A1CB1B;
}
.BgClassName
{
background-color: #A1CB1B;
}
</style>
border-color css
<style>
span { border-color: #A1CB1B; }
span { border-color: rgb(161,203,27); }
td.TdClassName
{
border-color: #A1CB1B;
}
.TagClassName
{
border-color: #A1CB1B;
}
</style>