Shades of Bahia #A2B123
Tints of Bahia #A2B123
RGB
CMYK
RGB Variations
Color information
#A2B123 (or 0xA2B123) is known color: Bahia. HEX triplet: A2, B1 and 23. RGB value is (162,177,35). Sum of RGB (Red+Green+Blue) = 162+177+35=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 35 (14.06% from 255 or 9.36% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #A2B123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2B123 is #5D4EDC. Grayscale: #9C9C9C. Windows color (decimal): -6115037 or 2339234. OLE color: 2339234.
HSL color Cylindrical-coordinate representation of color #A2B123: hue angle of 66.34º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A2B123 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 177 | 35 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.31 |
| HSL | 66.34º | 0.67% | 0.42% | - |
| HSV(B) | 66.34º | 0.8% | 0.69% | - |
| XYZ | 30.93 | 39.25 | 7.54 | - |
| YUV | 156.33 | 59.53 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 177 | 35 | 0.08 | 0 | 0.80 | 0.31 | 66.34 | 0.67 | 0.42 |
| Hex | A2 | B1 | 23 | 8 | 0 | 50 | 1F | 42 | 43 | 2A |
| Octal | 242 | 261 | 43 | 10 | 0 | 120 | 37 | 102 | 103 | 52 |
| Binary | 10100010 | 10110001 | 100011 | 1000 | 0 | 1010000 | 11111 | 1000010 | 1000011 | 101010 |
Color Harmonies of #A2B123
Complementary color
Monochromatic Colors of #A2B123
Black with #A2B123
Text Example
Text Example
White with #A2B123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B123; }
p { color: rgb(162,177,35); }
H1.HeaderClassName
{
color: #A2B123;
}
.AnyTagClassName
{
color: #A2B123;
}
</style>
background-color css
<style>
a { background-color: #A2B123; }
a { background-color: rgb(162,177,35); }
div.DivClassName
{
background-color: #A2B123;
}
.BgClassName
{
background-color: #A2B123;
}
</style>
border-color css
<style>
span { border-color: #A2B123; }
span { border-color: rgb(162,177,35); }
td.TdClassName
{
border-color: #A2B123;
}
.TagClassName
{
border-color: #A2B123;
}
</style>