Shades of Bahia #A2B51C
Tints of Bahia #A2B51C
RGB
CMYK
RGB Variations
Color information
#A2B51C (or 0xA2B51C) is known color: Bahia. HEX triplet: A2, B5 and 1C. RGB value is (162,181,28). Sum of RGB (Red+Green+Blue) = 162+181+28=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B51C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B51C is #5D4AE3. Grayscale: #9E9E9E. Windows color (decimal): -6114020 or 1881506. OLE color: 1881506.
HSL color Cylindrical-coordinate representation of color #A2B51C: hue angle of 67.45º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2B51C is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 181 | 28 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.29 |
| HSL | 67.45º | 0.73% | 0.41% | - |
| HSV(B) | 67.45º | 0.85% | 0.71% | - |
| XYZ | 31.63 | 40.81 | 7.31 | - |
| YUV | 157.88 | 54.71 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 181 | 28 | 0.10 | 0 | 0.85 | 0.29 | 67.45 | 0.73 | 0.41 |
| Hex | A2 | B5 | 1C | A | 0 | 55 | 1D | 43 | 49 | 29 |
| Octal | 242 | 265 | 34 | 12 | 0 | 125 | 35 | 103 | 111 | 51 |
| Binary | 10100010 | 10110101 | 11100 | 1010 | 0 | 1010101 | 11101 | 1000011 | 1001001 | 101001 |
Color Harmonies of #A2B51C
Complementary color
Monochromatic Colors of #A2B51C
Black with #A2B51C
Text Example
Text Example
White with #A2B51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B51C; }
p { color: rgb(162,181,28); }
H1.HeaderClassName
{
color: #A2B51C;
}
.AnyTagClassName
{
color: #A2B51C;
}
</style>
background-color css
<style>
a { background-color: #A2B51C; }
a { background-color: rgb(162,181,28); }
div.DivClassName
{
background-color: #A2B51C;
}
.BgClassName
{
background-color: #A2B51C;
}
</style>
border-color css
<style>
span { border-color: #A2B51C; }
span { border-color: rgb(162,181,28); }
td.TdClassName
{
border-color: #A2B51C;
}
.TagClassName
{
border-color: #A2B51C;
}
</style>