Shades of Bahia #A2C823
Tints of Bahia #A2C823
RGB
CMYK
RGB Variations
Color information
#A2C823 (or 0xA2C823) is known color: Bahia. HEX triplet: A2, C8 and 23. RGB value is (162,200,35). Sum of RGB (Red+Green+Blue) = 162+200+35=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 200 (78.52% from 255 or 50.38% from 397); Blue value is 35 (14.06% from 255 or 8.82% from 397); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C823 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C823 is #5D37DC. Grayscale: #AAAAAA. Windows color (decimal): -6109149 or 2345122. OLE color: 2345122.
HSL color Cylindrical-coordinate representation of color #A2C823: hue angle of 73.82º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A2C823 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 200 | 35 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.22 |
| HSL | 73.82º | 0.7% | 0.46% | - |
| HSV(B) | 73.82º | 0.83% | 0.78% | - |
| XYZ | 35.86 | 49.11 | 9.18 | - |
| YUV | 169.83 | 51.91 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 200 | 35 | 0.19 | 0 | 0.82 | 0.22 | 73.82 | 0.7 | 0.46 |
| Hex | A2 | C8 | 23 | 13 | 0 | 52 | 16 | 4A | 46 | 2E |
| Octal | 242 | 310 | 43 | 23 | 0 | 122 | 26 | 112 | 106 | 56 |
| Binary | 10100010 | 11001000 | 100011 | 10011 | 0 | 1010010 | 10110 | 1001010 | 1000110 | 101110 |
Color Harmonies of #A2C823
Complementary color
Monochromatic Colors of #A2C823
Black with #A2C823
Text Example
Text Example
White with #A2C823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C823; }
p { color: rgb(162,200,35); }
H1.HeaderClassName
{
color: #A2C823;
}
.AnyTagClassName
{
color: #A2C823;
}
</style>
background-color css
<style>
a { background-color: #A2C823; }
a { background-color: rgb(162,200,35); }
div.DivClassName
{
background-color: #A2C823;
}
.BgClassName
{
background-color: #A2C823;
}
</style>
border-color css
<style>
span { border-color: #A2C823; }
span { border-color: rgb(162,200,35); }
td.TdClassName
{
border-color: #A2C823;
}
.TagClassName
{
border-color: #A2C823;
}
</style>