Shades of Bahia #A0C623
Tints of Bahia #A0C623
RGB
CMYK
RGB Variations
Color information
#A0C623 (or 0xA0C623) is known color: Bahia. HEX triplet: A0, C6 and 23. RGB value is (160,198,35). Sum of RGB (Red+Green+Blue) = 160+198+35=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 198 (77.73% from 255 or 50.38% from 393); Blue value is 35 (14.06% from 255 or 8.91% from 393); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C623 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C623 is #5F39DC. Grayscale: #A8A8A8. Windows color (decimal): -6240733 or 2344608. OLE color: 2344608.
HSL color Cylindrical-coordinate representation of color #A0C623: hue angle of 73.99º 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 #A0C623 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 198 | 35 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.22 |
| HSL | 73.99º | 0.7% | 0.46% | - |
| HSV(B) | 73.99º | 0.82% | 0.78% | - |
| XYZ | 34.99 | 47.98 | 9.01 | - |
| YUV | 168.06 | 52.91 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 198 | 35 | 0.19 | 0 | 0.82 | 0.22 | 73.99 | 0.7 | 0.46 |
| Hex | A0 | C6 | 23 | 13 | 0 | 52 | 16 | 4A | 46 | 2E |
| Octal | 240 | 306 | 43 | 23 | 0 | 122 | 26 | 112 | 106 | 56 |
| Binary | 10100000 | 11000110 | 100011 | 10011 | 0 | 1010010 | 10110 | 1001010 | 1000110 | 101110 |
Color Harmonies of #A0C623
Complementary color
Monochromatic Colors of #A0C623
Black with #A0C623
Text Example
Text Example
White with #A0C623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C623; }
p { color: rgb(160,198,35); }
H1.HeaderClassName
{
color: #A0C623;
}
.AnyTagClassName
{
color: #A0C623;
}
</style>
background-color css
<style>
a { background-color: #A0C623; }
a { background-color: rgb(160,198,35); }
div.DivClassName
{
background-color: #A0C623;
}
.BgClassName
{
background-color: #A0C623;
}
</style>
border-color css
<style>
span { border-color: #A0C623; }
span { border-color: rgb(160,198,35); }
td.TdClassName
{
border-color: #A0C623;
}
.TagClassName
{
border-color: #A0C623;
}
</style>