Shades of Bahia #A3B01A
Tints of Bahia #A3B01A
RGB
CMYK
RGB Variations
Color information
#A3B01A (or 0xA3B01A) is known color: Bahia. HEX triplet: A3, B0 and 1A. RGB value is (163,176,26). Sum of RGB (Red+Green+Blue) = 163+176+26=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 176 (69.14% from 255 or 48.22% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B01A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3B01A is #5C4FE5. Grayscale: #9B9B9B. Windows color (decimal): -6049766 or 1749155. OLE color: 1749155.
HSL color Cylindrical-coordinate representation of color #A3B01A: hue angle of 65.2º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A3B01A is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 176 | 26 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.31 |
| HSL | 65.2º | 0.74% | 0.4% | - |
| HSV(B) | 65.2º | 0.85% | 0.69% | - |
| XYZ | 30.82 | 38.91 | 6.86 | - |
| YUV | 155.01 | 55.19 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 176 | 26 | 0.07 | 0 | 0.85 | 0.31 | 65.2 | 0.74 | 0.4 |
| Hex | A3 | B0 | 1A | 7 | 0 | 55 | 1F | 41 | 4A | 28 |
| Octal | 243 | 260 | 32 | 7 | 0 | 125 | 37 | 101 | 112 | 50 |
| Binary | 10100011 | 10110000 | 11010 | 111 | 0 | 1010101 | 11111 | 1000001 | 1001010 | 101000 |
Color Harmonies of #A3B01A
Complementary color
Monochromatic Colors of #A3B01A
Black with #A3B01A
Text Example
Text Example
White with #A3B01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B01A; }
p { color: rgb(163,176,26); }
H1.HeaderClassName
{
color: #A3B01A;
}
.AnyTagClassName
{
color: #A3B01A;
}
</style>
background-color css
<style>
a { background-color: #A3B01A; }
a { background-color: rgb(163,176,26); }
div.DivClassName
{
background-color: #A3B01A;
}
.BgClassName
{
background-color: #A3B01A;
}
</style>
border-color css
<style>
span { border-color: #A3B01A; }
span { border-color: rgb(163,176,26); }
td.TdClassName
{
border-color: #A3B01A;
}
.TagClassName
{
border-color: #A3B01A;
}
</style>