Shades of Bahia #A3BC26
Tints of Bahia #A3BC26
RGB
CMYK
RGB Variations
Color information
#A3BC26 (or 0xA3BC26) is known color: Bahia. HEX triplet: A3, BC and 26. RGB value is (163,188,38). Sum of RGB (Red+Green+Blue) = 163+188+38=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 38 (15.23% from 255 or 9.77% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3BC26 is #5C43D9. Grayscale: #A4A4A4. Windows color (decimal): -6046682 or 2538659. OLE color: 2538659.
HSL color Cylindrical-coordinate representation of color #A3BC26: hue angle of 70º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A3BC26 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 188 | 38 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.26 |
| HSL | 70º | 0.66% | 0.44% | - |
| HSV(B) | 70º | 0.8% | 0.74% | - |
| XYZ | 33.44 | 43.89 | 8.54 | - |
| YUV | 163.43 | 57.22 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 38 | 0.13 | 0 | 0.80 | 0.26 | 70 | 0.66 | 0.44 |
| Hex | A3 | BC | 26 | D | 0 | 50 | 1A | 46 | 42 | 2C |
| Octal | 243 | 274 | 46 | 15 | 0 | 120 | 32 | 106 | 102 | 54 |
| Binary | 10100011 | 10111100 | 100110 | 1101 | 0 | 1010000 | 11010 | 1000110 | 1000010 | 101100 |
Color Harmonies of #A3BC26
Complementary color
Monochromatic Colors of #A3BC26
Black with #A3BC26
Text Example
Text Example
White with #A3BC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BC26; }
p { color: rgb(163,188,38); }
H1.HeaderClassName
{
color: #A3BC26;
}
.AnyTagClassName
{
color: #A3BC26;
}
</style>
background-color css
<style>
a { background-color: #A3BC26; }
a { background-color: rgb(163,188,38); }
div.DivClassName
{
background-color: #A3BC26;
}
.BgClassName
{
background-color: #A3BC26;
}
</style>
border-color css
<style>
span { border-color: #A3BC26; }
span { border-color: rgb(163,188,38); }
td.TdClassName
{
border-color: #A3BC26;
}
.TagClassName
{
border-color: #A3BC26;
}
</style>