Shades of Bahia #A5B22D
Tints of Bahia #A5B22D
RGB
CMYK
RGB Variations
Color information
#A5B22D (or 0xA5B22D) is known color: Bahia. HEX triplet: A5, B2 and 2D. RGB value is (165,178,45). Sum of RGB (Red+Green+Blue) = 165+178+45=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 178 (69.92% from 255 or 45.88% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B22D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5B22D is #5A4DD2. Grayscale: #9F9F9F. Windows color (decimal): -5918163 or 2994853. OLE color: 2994853.
HSL color Cylindrical-coordinate representation of color #A5B22D: hue angle of 65.86º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A5B22D is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 178 | 45 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.30 |
| HSL | 65.86º | 0.6% | 0.44% | - |
| HSV(B) | 65.86º | 0.75% | 0.7% | - |
| XYZ | 31.91 | 40.03 | 8.53 | - |
| YUV | 158.95 | 63.69 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 178 | 45 | 0.07 | 0 | 0.75 | 0.30 | 65.86 | 0.6 | 0.44 |
| Hex | A5 | B2 | 2D | 7 | 0 | 4B | 1E | 42 | 3C | 2C |
| Octal | 245 | 262 | 55 | 7 | 0 | 113 | 36 | 102 | 74 | 54 |
| Binary | 10100101 | 10110010 | 101101 | 111 | 0 | 1001011 | 11110 | 1000010 | 111100 | 101100 |
Color Harmonies of #A5B22D
Complementary color
Monochromatic Colors of #A5B22D
Black with #A5B22D
Text Example
Text Example
White with #A5B22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B22D; }
p { color: rgb(165,178,45); }
H1.HeaderClassName
{
color: #A5B22D;
}
.AnyTagClassName
{
color: #A5B22D;
}
</style>
background-color css
<style>
a { background-color: #A5B22D; }
a { background-color: rgb(165,178,45); }
div.DivClassName
{
background-color: #A5B22D;
}
.BgClassName
{
background-color: #A5B22D;
}
</style>
border-color css
<style>
span { border-color: #A5B22D; }
span { border-color: rgb(165,178,45); }
td.TdClassName
{
border-color: #A5B22D;
}
.TagClassName
{
border-color: #A5B22D;
}
</style>