Shades of Bahia #A3C026
Tints of Bahia #A3C026
RGB
CMYK
RGB Variations
Color information
#A3C026 (or 0xA3C026) is known color: Bahia. HEX triplet: A3, C0 and 26. RGB value is (163,192,38). Sum of RGB (Red+Green+Blue) = 163+192+38=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 38 (15.23% from 255 or 9.67% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C026 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C026 is #5C3FD9. Grayscale: #A6A6A6. Windows color (decimal): -6045658 or 2539683. OLE color: 2539683.
HSL color Cylindrical-coordinate representation of color #A3C026: hue angle of 71.3º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A3C026 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 192 | 38 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.25 |
| HSL | 71.3º | 0.67% | 0.45% | - |
| HSV(B) | 71.3º | 0.8% | 0.75% | - |
| XYZ | 34.3 | 45.63 | 8.83 | - |
| YUV | 165.77 | 55.89 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 192 | 38 | 0.15 | 0 | 0.80 | 0.25 | 71.3 | 0.67 | 0.45 |
| Hex | A3 | C0 | 26 | F | 0 | 50 | 19 | 47 | 43 | 2D |
| Octal | 243 | 300 | 46 | 17 | 0 | 120 | 31 | 107 | 103 | 55 |
| Binary | 10100011 | 11000000 | 100110 | 1111 | 0 | 1010000 | 11001 | 1000111 | 1000011 | 101101 |
Color Harmonies of #A3C026
Complementary color
Monochromatic Colors of #A3C026
Black with #A3C026
Text Example
Text Example
White with #A3C026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C026; }
p { color: rgb(163,192,38); }
H1.HeaderClassName
{
color: #A3C026;
}
.AnyTagClassName
{
color: #A3C026;
}
</style>
background-color css
<style>
a { background-color: #A3C026; }
a { background-color: rgb(163,192,38); }
div.DivClassName
{
background-color: #A3C026;
}
.BgClassName
{
background-color: #A3C026;
}
</style>
border-color css
<style>
span { border-color: #A3C026; }
span { border-color: rgb(163,192,38); }
td.TdClassName
{
border-color: #A3C026;
}
.TagClassName
{
border-color: #A3C026;
}
</style>