Shades of Bahia #A1B728
Tints of Bahia #A1B728
RGB
CMYK
RGB Variations
Color information
#A1B728 (or 0xA1B728) is known color: Bahia. HEX triplet: A1, B7 and 28. RGB value is (161,183,40). Sum of RGB (Red+Green+Blue) = 161+183+40=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 183 (71.88% from 255 or 47.66% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B728 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B728 is #5E48D7. Grayscale: #A0A0A0. Windows color (decimal): -6179032 or 2668449. OLE color: 2668449.
HSL color Cylindrical-coordinate representation of color #A1B728: hue angle of 69.23º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A1B728 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 183 | 40 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.28 |
| HSL | 69.23º | 0.64% | 0.44% | - |
| HSV(B) | 69.23º | 0.78% | 0.72% | - |
| XYZ | 32.01 | 41.6 | 8.35 | - |
| YUV | 160.12 | 60.21 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 183 | 40 | 0.12 | 0 | 0.78 | 0.28 | 69.23 | 0.64 | 0.44 |
| Hex | A1 | B7 | 28 | C | 0 | 4E | 1C | 45 | 40 | 2C |
| Octal | 241 | 267 | 50 | 14 | 0 | 116 | 34 | 105 | 100 | 54 |
| Binary | 10100001 | 10110111 | 101000 | 1100 | 0 | 1001110 | 11100 | 1000101 | 1000000 | 101100 |
Color Harmonies of #A1B728
Complementary color
Monochromatic Colors of #A1B728
Black with #A1B728
Text Example
Text Example
White with #A1B728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B728; }
p { color: rgb(161,183,40); }
H1.HeaderClassName
{
color: #A1B728;
}
.AnyTagClassName
{
color: #A1B728;
}
</style>
background-color css
<style>
a { background-color: #A1B728; }
a { background-color: rgb(161,183,40); }
div.DivClassName
{
background-color: #A1B728;
}
.BgClassName
{
background-color: #A1B728;
}
</style>
border-color css
<style>
span { border-color: #A1B728; }
span { border-color: rgb(161,183,40); }
td.TdClassName
{
border-color: #A1B728;
}
.TagClassName
{
border-color: #A1B728;
}
</style>