Shades of Bahia #A2C023
Tints of Bahia #A2C023
RGB
CMYK
RGB Variations
Color information
#A2C023 (or 0xA2C023) is known color: Bahia. HEX triplet: A2, C0 and 23. RGB value is (162,192,35). Sum of RGB (Red+Green+Blue) = 162+192+35=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 35 (14.06% from 255 or 9.00% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C023 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C023 is #5D3FDC. Grayscale: #A5A5A5. Windows color (decimal): -6111197 or 2343074. OLE color: 2343074.
HSL color Cylindrical-coordinate representation of color #A2C023: hue angle of 71.46º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A2C023 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 192 | 35 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.25 |
| HSL | 71.46º | 0.69% | 0.45% | - |
| HSV(B) | 71.46º | 0.82% | 0.75% | - |
| XYZ | 34.05 | 45.5 | 8.58 | - |
| YUV | 165.13 | 54.56 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 35 | 0.16 | 0 | 0.82 | 0.25 | 71.46 | 0.69 | 0.45 |
| Hex | A2 | C0 | 23 | 10 | 0 | 52 | 19 | 47 | 45 | 2D |
| Octal | 242 | 300 | 43 | 20 | 0 | 122 | 31 | 107 | 105 | 55 |
| Binary | 10100010 | 11000000 | 100011 | 10000 | 0 | 1010010 | 11001 | 1000111 | 1000101 | 101101 |
Color Harmonies of #A2C023
Complementary color
Monochromatic Colors of #A2C023
Black with #A2C023
Text Example
Text Example
White with #A2C023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C023; }
p { color: rgb(162,192,35); }
H1.HeaderClassName
{
color: #A2C023;
}
.AnyTagClassName
{
color: #A2C023;
}
</style>
background-color css
<style>
a { background-color: #A2C023; }
a { background-color: rgb(162,192,35); }
div.DivClassName
{
background-color: #A2C023;
}
.BgClassName
{
background-color: #A2C023;
}
</style>
border-color css
<style>
span { border-color: #A2C023; }
span { border-color: rgb(162,192,35); }
td.TdClassName
{
border-color: #A2C023;
}
.TagClassName
{
border-color: #A2C023;
}
</style>