Shades of Bahia #A0C823
Tints of Bahia #A0C823
RGB
CMYK
RGB Variations
Color information
#A0C823 (or 0xA0C823) is known color: Bahia. HEX triplet: A0, C8 and 23. RGB value is (160,200,35). Sum of RGB (Red+Green+Blue) = 160+200+35=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 200 (78.52% from 255 or 50.63% from 395); Blue value is 35 (14.06% from 255 or 8.86% from 395); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C823 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C823 is #5F37DC. Grayscale: #A9A9A9. Windows color (decimal): -6240221 or 2345120. OLE color: 2345120.
HSL color Cylindrical-coordinate representation of color #A0C823: hue angle of 74.55º 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 #A0C823 is Cyan = 0.2, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 200 | 35 | - |
| CMYK | 0.2 | 0 | 0.82 | 0.22 |
| HSL | 74.55º | 0.7% | 0.46% | - |
| HSV(B) | 74.55º | 0.83% | 0.78% | - |
| XYZ | 35.45 | 48.9 | 9.16 | - |
| YUV | 169.23 | 52.25 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 200 | 35 | 0.2 | 0 | 0.82 | 0.22 | 74.55 | 0.7 | 0.46 |
| Hex | A0 | C8 | 23 | 14 | 0 | 52 | 16 | 4B | 46 | 2E |
| Octal | 240 | 310 | 43 | 24 | 0 | 122 | 26 | 113 | 106 | 56 |
| Binary | 10100000 | 11001000 | 100011 | 10100 | 0 | 1010010 | 10110 | 1001011 | 1000110 | 101110 |
Color Harmonies of #A0C823
Complementary color
Monochromatic Colors of #A0C823
Black with #A0C823
Text Example
Text Example
White with #A0C823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C823; }
p { color: rgb(160,200,35); }
H1.HeaderClassName
{
color: #A0C823;
}
.AnyTagClassName
{
color: #A0C823;
}
</style>
background-color css
<style>
a { background-color: #A0C823; }
a { background-color: rgb(160,200,35); }
div.DivClassName
{
background-color: #A0C823;
}
.BgClassName
{
background-color: #A0C823;
}
</style>
border-color css
<style>
span { border-color: #A0C823; }
span { border-color: rgb(160,200,35); }
td.TdClassName
{
border-color: #A0C823;
}
.TagClassName
{
border-color: #A0C823;
}
</style>