Shades of Bahia #A4B535
Tints of Bahia #A4B535
RGB
CMYK
RGB Variations
Color information
#A4B535 (or 0xA4B535) is known color: Bahia. HEX triplet: A4, B5 and 35. RGB value is (164,181,53). Sum of RGB (Red+Green+Blue) = 164+181+53=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 181 (71.09% from 255 or 45.48% from 398); Blue value is 53 (21.09% from 255 or 13.32% from 398); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B535 is #5B4ACA. Grayscale: #A1A1A1. Windows color (decimal): -5982923 or 3519908. OLE color: 3519908.
HSL color Cylindrical-coordinate representation of color #A4B535: hue angle of 67.97º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A4B535 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 181 | 53 | - |
| CMYK | 0.09 | 0 | 0.71 | 0.29 |
| HSL | 67.97º | 0.55% | 0.46% | - |
| HSV(B) | 67.97º | 0.71% | 0.71% | - |
| XYZ | 32.48 | 41.2 | 9.61 | - |
| YUV | 161.33 | 66.87 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 181 | 53 | 0.09 | 0 | 0.71 | 0.29 | 67.97 | 0.55 | 0.46 |
| Hex | A4 | B5 | 35 | 9 | 0 | 47 | 1D | 44 | 37 | 2E |
| Octal | 244 | 265 | 65 | 11 | 0 | 107 | 35 | 104 | 67 | 56 |
| Binary | 10100100 | 10110101 | 110101 | 1001 | 0 | 1000111 | 11101 | 1000100 | 110111 | 101110 |
Color Harmonies of #A4B535
Complementary color
Monochromatic Colors of #A4B535
Black with #A4B535
Text Example
Text Example
White with #A4B535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B535; }
p { color: rgb(164,181,53); }
H1.HeaderClassName
{
color: #A4B535;
}
.AnyTagClassName
{
color: #A4B535;
}
</style>
background-color css
<style>
a { background-color: #A4B535; }
a { background-color: rgb(164,181,53); }
div.DivClassName
{
background-color: #A4B535;
}
.BgClassName
{
background-color: #A4B535;
}
</style>
border-color css
<style>
span { border-color: #A4B535; }
span { border-color: rgb(164,181,53); }
td.TdClassName
{
border-color: #A4B535;
}
.TagClassName
{
border-color: #A4B535;
}
</style>