Shades of Bahia #A1B423
Tints of Bahia #A1B423
RGB
CMYK
RGB Variations
Color information
#A1B423 (or 0xA1B423) is known color: Bahia. HEX triplet: A1, B4 and 23. RGB value is (161,180,35). Sum of RGB (Red+Green+Blue) = 161+180+35=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 180 (70.70% from 255 or 47.87% from 376); Blue value is 35 (14.06% from 255 or 9.31% from 376); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B423 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B423 is #5E4BDC. Grayscale: #9E9E9E. Windows color (decimal): -6179805 or 2340001. OLE color: 2340001.
HSL color Cylindrical-coordinate representation of color #A1B423: hue angle of 67.86º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1B423 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 180 | 35 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.29 |
| HSL | 67.86º | 0.67% | 0.42% | - |
| HSV(B) | 67.86º | 0.81% | 0.71% | - |
| XYZ | 31.32 | 40.34 | 7.73 | - |
| YUV | 157.79 | 58.71 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 180 | 35 | 0.11 | 0 | 0.81 | 0.29 | 67.86 | 0.67 | 0.42 |
| Hex | A1 | B4 | 23 | B | 0 | 51 | 1D | 44 | 43 | 2A |
| Octal | 241 | 264 | 43 | 13 | 0 | 121 | 35 | 104 | 103 | 52 |
| Binary | 10100001 | 10110100 | 100011 | 1011 | 0 | 1010001 | 11101 | 1000100 | 1000011 | 101010 |
Color Harmonies of #A1B423
Complementary color
Monochromatic Colors of #A1B423
Black with #A1B423
Text Example
Text Example
White with #A1B423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B423; }
p { color: rgb(161,180,35); }
H1.HeaderClassName
{
color: #A1B423;
}
.AnyTagClassName
{
color: #A1B423;
}
</style>
background-color css
<style>
a { background-color: #A1B423; }
a { background-color: rgb(161,180,35); }
div.DivClassName
{
background-color: #A1B423;
}
.BgClassName
{
background-color: #A1B423;
}
</style>
border-color css
<style>
span { border-color: #A1B423; }
span { border-color: rgb(161,180,35); }
td.TdClassName
{
border-color: #A1B423;
}
.TagClassName
{
border-color: #A1B423;
}
</style>