Shades of Bahia #A2C923
Tints of Bahia #A2C923
RGB
CMYK
RGB Variations
Color information
#A2C923 (or 0xA2C923) is known color: Bahia. HEX triplet: A2, C9 and 23. RGB value is (162,201,35). Sum of RGB (Red+Green+Blue) = 162+201+35=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 201 (78.91% from 255 or 50.50% from 398); Blue value is 35 (14.06% from 255 or 8.79% from 398); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C923 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C923 is #5D36DC. Grayscale: #ABABAB. Windows color (decimal): -6108893 or 2345378. OLE color: 2345378.
HSL color Cylindrical-coordinate representation of color #A2C923: hue angle of 74.1º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A2C923 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 201 | 35 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.21 |
| HSL | 74.1º | 0.7% | 0.46% | - |
| HSV(B) | 74.1º | 0.83% | 0.79% | - |
| XYZ | 36.09 | 49.58 | 9.26 | - |
| YUV | 170.42 | 51.58 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 201 | 35 | 0.19 | 0 | 0.83 | 0.21 | 74.1 | 0.7 | 0.46 |
| Hex | A2 | C9 | 23 | 13 | 0 | 53 | 15 | 4A | 46 | 2E |
| Octal | 242 | 311 | 43 | 23 | 0 | 123 | 25 | 112 | 106 | 56 |
| Binary | 10100010 | 11001001 | 100011 | 10011 | 0 | 1010011 | 10101 | 1001010 | 1000110 | 101110 |
Color Harmonies of #A2C923
Complementary color
Monochromatic Colors of #A2C923
Black with #A2C923
Text Example
Text Example
White with #A2C923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C923; }
p { color: rgb(162,201,35); }
H1.HeaderClassName
{
color: #A2C923;
}
.AnyTagClassName
{
color: #A2C923;
}
</style>
background-color css
<style>
a { background-color: #A2C923; }
a { background-color: rgb(162,201,35); }
div.DivClassName
{
background-color: #A2C923;
}
.BgClassName
{
background-color: #A2C923;
}
</style>
border-color css
<style>
span { border-color: #A2C923; }
span { border-color: rgb(162,201,35); }
td.TdClassName
{
border-color: #A2C923;
}
.TagClassName
{
border-color: #A2C923;
}
</style>