Shades of Bahia #A2BA23
Tints of Bahia #A2BA23
RGB
CMYK
RGB Variations
Color information
#A2BA23 (or 0xA2BA23) is known color: Bahia. HEX triplet: A2, BA and 23. RGB value is (162,186,35). Sum of RGB (Red+Green+Blue) = 162+186+35=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 35 (14.06% from 255 or 9.14% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BA23 is #5D45DC. Grayscale: #A2A2A2. Windows color (decimal): -6112733 or 2341538. OLE color: 2341538.
HSL color Cylindrical-coordinate representation of color #A2BA23: hue angle of 69.54º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2BA23 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 186 | 35 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.27 |
| HSL | 69.54º | 0.68% | 0.43% | - |
| HSV(B) | 69.54º | 0.81% | 0.73% | - |
| XYZ | 32.76 | 42.92 | 8.15 | - |
| YUV | 161.61 | 56.55 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 186 | 35 | 0.13 | 0 | 0.81 | 0.27 | 69.54 | 0.68 | 0.43 |
| Hex | A2 | BA | 23 | D | 0 | 51 | 1B | 46 | 44 | 2B |
| Octal | 242 | 272 | 43 | 15 | 0 | 121 | 33 | 106 | 104 | 53 |
| Binary | 10100010 | 10111010 | 100011 | 1101 | 0 | 1010001 | 11011 | 1000110 | 1000100 | 101011 |
Color Harmonies of #A2BA23
Complementary color
Monochromatic Colors of #A2BA23
Black with #A2BA23
Text Example
Text Example
White with #A2BA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BA23; }
p { color: rgb(162,186,35); }
H1.HeaderClassName
{
color: #A2BA23;
}
.AnyTagClassName
{
color: #A2BA23;
}
</style>
background-color css
<style>
a { background-color: #A2BA23; }
a { background-color: rgb(162,186,35); }
div.DivClassName
{
background-color: #A2BA23;
}
.BgClassName
{
background-color: #A2BA23;
}
</style>
border-color css
<style>
span { border-color: #A2BA23; }
span { border-color: rgb(162,186,35); }
td.TdClassName
{
border-color: #A2BA23;
}
.TagClassName
{
border-color: #A2BA23;
}
</style>