Shades of Bahia #A3BD28
Tints of Bahia #A3BD28
RGB
CMYK
RGB Variations
Color information
#A3BD28 (or 0xA3BD28) is known color: Bahia. HEX triplet: A3, BD and 28. RGB value is (163,189,40). Sum of RGB (Red+Green+Blue) = 163+189+40=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 189 (74.22% from 255 or 48.21% from 392); Blue value is 40 (16.02% from 255 or 10.20% from 392); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3BD28 is #5C42D7. Grayscale: #A4A4A4. Windows color (decimal): -6046424 or 2669987. OLE color: 2669987.
HSL color Cylindrical-coordinate representation of color #A3BD28: hue angle of 70.47º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A3BD28 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 189 | 40 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.26 |
| HSL | 70.47º | 0.65% | 0.45% | - |
| HSV(B) | 70.47º | 0.79% | 0.74% | - |
| XYZ | 33.68 | 44.33 | 8.79 | - |
| YUV | 164.24 | 57.89 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 189 | 40 | 0.14 | 0 | 0.79 | 0.26 | 70.47 | 0.65 | 0.45 |
| Hex | A3 | BD | 28 | E | 0 | 4F | 1A | 46 | 41 | 2D |
| Octal | 243 | 275 | 50 | 16 | 0 | 117 | 32 | 106 | 101 | 55 |
| Binary | 10100011 | 10111101 | 101000 | 1110 | 0 | 1001111 | 11010 | 1000110 | 1000001 | 101101 |
Color Harmonies of #A3BD28
Complementary color
Monochromatic Colors of #A3BD28
Black with #A3BD28
Text Example
Text Example
White with #A3BD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BD28; }
p { color: rgb(163,189,40); }
H1.HeaderClassName
{
color: #A3BD28;
}
.AnyTagClassName
{
color: #A3BD28;
}
</style>
background-color css
<style>
a { background-color: #A3BD28; }
a { background-color: rgb(163,189,40); }
div.DivClassName
{
background-color: #A3BD28;
}
.BgClassName
{
background-color: #A3BD28;
}
</style>
border-color css
<style>
span { border-color: #A3BD28; }
span { border-color: rgb(163,189,40); }
td.TdClassName
{
border-color: #A3BD28;
}
.TagClassName
{
border-color: #A3BD28;
}
</style>