Shades of Bahia #A1B234
Tints of Bahia #A1B234
RGB
CMYK
RGB Variations
Color information
#A1B234 (or 0xA1B234) is known color: Bahia. HEX triplet: A1, B2 and 34. RGB value is (161,178,52). Sum of RGB (Red+Green+Blue) = 161+178+52=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 178 (69.92% from 255 or 45.52% from 391); Blue value is 52 (20.70% from 255 or 13.30% from 391); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1B234 is #5E4DCB. Grayscale: #9F9F9F. Windows color (decimal): -6180300 or 3453601. OLE color: 3453601.
HSL color Cylindrical-coordinate representation of color #A1B234: hue angle of 68.1º 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 #A1B234 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 178 | 52 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.30 |
| HSL | 68.1º | 0.55% | 0.45% | - |
| HSV(B) | 68.1º | 0.71% | 0.7% | - |
| XYZ | 31.24 | 39.67 | 9.26 | - |
| YUV | 158.55 | 67.87 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 178 | 52 | 0.10 | 0 | 0.71 | 0.30 | 68.1 | 0.55 | 0.45 |
| Hex | A1 | B2 | 34 | A | 0 | 47 | 1E | 44 | 37 | 2D |
| Octal | 241 | 262 | 64 | 12 | 0 | 107 | 36 | 104 | 67 | 55 |
| Binary | 10100001 | 10110010 | 110100 | 1010 | 0 | 1000111 | 11110 | 1000100 | 110111 | 101101 |
Color Harmonies of #A1B234
Complementary color
Monochromatic Colors of #A1B234
Black with #A1B234
Text Example
Text Example
White with #A1B234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B234; }
p { color: rgb(161,178,52); }
H1.HeaderClassName
{
color: #A1B234;
}
.AnyTagClassName
{
color: #A1B234;
}
</style>
background-color css
<style>
a { background-color: #A1B234; }
a { background-color: rgb(161,178,52); }
div.DivClassName
{
background-color: #A1B234;
}
.BgClassName
{
background-color: #A1B234;
}
</style>
border-color css
<style>
span { border-color: #A1B234; }
span { border-color: rgb(161,178,52); }
td.TdClassName
{
border-color: #A1B234;
}
.TagClassName
{
border-color: #A1B234;
}
</style>