Shades of Bahia #A3C623
Tints of Bahia #A3C623
RGB
CMYK
RGB Variations
Color information
#A3C623 (or 0xA3C623) is known color: Bahia. HEX triplet: A3, C6 and 23. RGB value is (163,198,35). Sum of RGB (Red+Green+Blue) = 163+198+35=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 198 (77.73% from 255 or 50% from 396); Blue value is 35 (14.06% from 255 or 8.84% from 396); Max value from RGB is 198 - color contains mainly: green. Hex color #A3C623 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C623 is #5C39DC. Grayscale: #A9A9A9. Windows color (decimal): -6044125 or 2344611. OLE color: 2344611.
HSL color Cylindrical-coordinate representation of color #A3C623: hue angle of 72.88º 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 #A3C623 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 198 | 35 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.22 |
| HSL | 72.88º | 0.7% | 0.46% | - |
| HSV(B) | 72.88º | 0.82% | 0.78% | - |
| XYZ | 35.6 | 48.3 | 9.04 | - |
| YUV | 168.95 | 52.4 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 198 | 35 | 0.18 | 0 | 0.82 | 0.22 | 72.88 | 0.7 | 0.46 |
| Hex | A3 | C6 | 23 | 12 | 0 | 52 | 16 | 49 | 46 | 2E |
| Octal | 243 | 306 | 43 | 22 | 0 | 122 | 26 | 111 | 106 | 56 |
| Binary | 10100011 | 11000110 | 100011 | 10010 | 0 | 1010010 | 10110 | 1001001 | 1000110 | 101110 |
Color Harmonies of #A3C623
Complementary color
Monochromatic Colors of #A3C623
Black with #A3C623
Text Example
Text Example
White with #A3C623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C623; }
p { color: rgb(163,198,35); }
H1.HeaderClassName
{
color: #A3C623;
}
.AnyTagClassName
{
color: #A3C623;
}
</style>
background-color css
<style>
a { background-color: #A3C623; }
a { background-color: rgb(163,198,35); }
div.DivClassName
{
background-color: #A3C623;
}
.BgClassName
{
background-color: #A3C623;
}
</style>
border-color css
<style>
span { border-color: #A3C623; }
span { border-color: rgb(163,198,35); }
td.TdClassName
{
border-color: #A3C623;
}
.TagClassName
{
border-color: #A3C623;
}
</style>