Shades of Bahia #A1BC23
Tints of Bahia #A1BC23
RGB
CMYK
RGB Variations
Color information
#A1BC23 (or 0xA1BC23) is known color: Bahia. HEX triplet: A1, BC and 23. RGB value is (161,188,35). Sum of RGB (Red+Green+Blue) = 161+188+35=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 35 (14.06% from 255 or 9.11% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BC23 is #5E43DC. Grayscale: #A3A3A3. Windows color (decimal): -6177757 or 2342049. OLE color: 2342049.
HSL color Cylindrical-coordinate representation of color #A1BC23: hue angle of 70.59º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1BC23 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 35 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.26 |
| HSL | 70.59º | 0.69% | 0.44% | - |
| HSV(B) | 70.59º | 0.81% | 0.74% | - |
| XYZ | 32.98 | 43.66 | 8.28 | - |
| YUV | 162.49 | 56.05 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 35 | 0.14 | 0 | 0.81 | 0.26 | 70.59 | 0.69 | 0.44 |
| Hex | A1 | BC | 23 | E | 0 | 51 | 1A | 47 | 45 | 2C |
| Octal | 241 | 274 | 43 | 16 | 0 | 121 | 32 | 107 | 105 | 54 |
| Binary | 10100001 | 10111100 | 100011 | 1110 | 0 | 1010001 | 11010 | 1000111 | 1000101 | 101100 |
Color Harmonies of #A1BC23
Complementary color
Monochromatic Colors of #A1BC23
Black with #A1BC23
Text Example
Text Example
White with #A1BC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BC23; }
p { color: rgb(161,188,35); }
H1.HeaderClassName
{
color: #A1BC23;
}
.AnyTagClassName
{
color: #A1BC23;
}
</style>
background-color css
<style>
a { background-color: #A1BC23; }
a { background-color: rgb(161,188,35); }
div.DivClassName
{
background-color: #A1BC23;
}
.BgClassName
{
background-color: #A1BC23;
}
</style>
border-color css
<style>
span { border-color: #A1BC23; }
span { border-color: rgb(161,188,35); }
td.TdClassName
{
border-color: #A1BC23;
}
.TagClassName
{
border-color: #A1BC23;
}
</style>