Shades of Bahia #A1C924
Tints of Bahia #A1C924
RGB
CMYK
RGB Variations
Color information
#A1C924 (or 0xA1C924) is known color: Bahia. HEX triplet: A1, C9 and 24. RGB value is (161,201,36). Sum of RGB (Red+Green+Blue) = 161+201+36=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 201 (78.91% from 255 or 50.50% from 398); Blue value is 36 (14.45% from 255 or 9.05% from 398); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C924 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C924 is #5E36DB. Grayscale: #AAAAAA. Windows color (decimal): -6174428 or 2410913. OLE color: 2410913.
HSL color Cylindrical-coordinate representation of color #A1C924: hue angle of 74.55º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A1C924 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 201 | 36 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.21 |
| HSL | 74.55º | 0.7% | 0.46% | - |
| HSV(B) | 74.55º | 0.82% | 0.79% | - |
| XYZ | 35.9 | 49.48 | 9.33 | - |
| YUV | 170.23 | 52.25 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 201 | 36 | 0.20 | 0 | 0.82 | 0.21 | 74.55 | 0.7 | 0.46 |
| Hex | A1 | C9 | 24 | 14 | 0 | 52 | 15 | 4B | 46 | 2E |
| Octal | 241 | 311 | 44 | 24 | 0 | 122 | 25 | 113 | 106 | 56 |
| Binary | 10100001 | 11001001 | 100100 | 10100 | 0 | 1010010 | 10101 | 1001011 | 1000110 | 101110 |
Color Harmonies of #A1C924
Complementary color
Monochromatic Colors of #A1C924
Black with #A1C924
Text Example
Text Example
White with #A1C924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C924; }
p { color: rgb(161,201,36); }
H1.HeaderClassName
{
color: #A1C924;
}
.AnyTagClassName
{
color: #A1C924;
}
</style>
background-color css
<style>
a { background-color: #A1C924; }
a { background-color: rgb(161,201,36); }
div.DivClassName
{
background-color: #A1C924;
}
.BgClassName
{
background-color: #A1C924;
}
</style>
border-color css
<style>
span { border-color: #A1C924; }
span { border-color: rgb(161,201,36); }
td.TdClassName
{
border-color: #A1C924;
}
.TagClassName
{
border-color: #A1C924;
}
</style>