Shades of Bahia #A1B233
Tints of Bahia #A1B233
RGB
CMYK
RGB Variations
Color information
#A1B233 (or 0xA1B233) is known color: Bahia. HEX triplet: A1, B2 and 33. RGB value is (161,178,51). Sum of RGB (Red+Green+Blue) = 161+178+51=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 51 (20.31% from 255 or 13.08% from 390); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1B233 is #5E4DCC. Grayscale: #9E9E9E. Windows color (decimal): -6180301 or 3388065. OLE color: 3388065.
HSL color Cylindrical-coordinate representation of color #A1B233: hue angle of 68.03º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1B233 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 178 | 51 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.30 |
| HSL | 68.03º | 0.55% | 0.45% | - |
| HSV(B) | 68.03º | 0.71% | 0.7% | - |
| XYZ | 31.22 | 39.66 | 9.14 | - |
| YUV | 158.44 | 67.37 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 178 | 51 | 0.10 | 0 | 0.71 | 0.30 | 68.03 | 0.55 | 0.45 |
| Hex | A1 | B2 | 33 | A | 0 | 47 | 1E | 44 | 37 | 2D |
| Octal | 241 | 262 | 63 | 12 | 0 | 107 | 36 | 104 | 67 | 55 |
| Binary | 10100001 | 10110010 | 110011 | 1010 | 0 | 1000111 | 11110 | 1000100 | 110111 | 101101 |
Color Harmonies of #A1B233
Complementary color
Monochromatic Colors of #A1B233
Black with #A1B233
Text Example
Text Example
White with #A1B233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B233; }
p { color: rgb(161,178,51); }
H1.HeaderClassName
{
color: #A1B233;
}
.AnyTagClassName
{
color: #A1B233;
}
</style>
background-color css
<style>
a { background-color: #A1B233; }
a { background-color: rgb(161,178,51); }
div.DivClassName
{
background-color: #A1B233;
}
.BgClassName
{
background-color: #A1B233;
}
</style>
border-color css
<style>
span { border-color: #A1B233; }
span { border-color: rgb(161,178,51); }
td.TdClassName
{
border-color: #A1B233;
}
.TagClassName
{
border-color: #A1B233;
}
</style>