Shades of Bahia #A5B22A
Tints of Bahia #A5B22A
RGB
CMYK
RGB Variations
Color information
#A5B22A (or 0xA5B22A) is known color: Bahia. HEX triplet: A5, B2 and 2A. RGB value is (165,178,42). Sum of RGB (Red+Green+Blue) = 165+178+42=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 42 (16.80% from 255 or 10.91% from 385); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B22A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5B22A is #5A4DD5. Grayscale: #9F9F9F. Windows color (decimal): -5918166 or 2798245. OLE color: 2798245.
HSL color Cylindrical-coordinate representation of color #A5B22A: hue angle of 65.74º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A5B22A is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 178 | 42 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.30 |
| HSL | 65.74º | 0.62% | 0.43% | - |
| HSV(B) | 65.74º | 0.76% | 0.7% | - |
| XYZ | 31.86 | 40.01 | 8.23 | - |
| YUV | 158.61 | 62.19 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 178 | 42 | 0.07 | 0 | 0.76 | 0.30 | 65.74 | 0.62 | 0.43 |
| Hex | A5 | B2 | 2A | 7 | 0 | 4C | 1E | 42 | 3E | 2B |
| Octal | 245 | 262 | 52 | 7 | 0 | 114 | 36 | 102 | 76 | 53 |
| Binary | 10100101 | 10110010 | 101010 | 111 | 0 | 1001100 | 11110 | 1000010 | 111110 | 101011 |
Color Harmonies of #A5B22A
Complementary color
Monochromatic Colors of #A5B22A
Black with #A5B22A
Text Example
Text Example
White with #A5B22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B22A; }
p { color: rgb(165,178,42); }
H1.HeaderClassName
{
color: #A5B22A;
}
.AnyTagClassName
{
color: #A5B22A;
}
</style>
background-color css
<style>
a { background-color: #A5B22A; }
a { background-color: rgb(165,178,42); }
div.DivClassName
{
background-color: #A5B22A;
}
.BgClassName
{
background-color: #A5B22A;
}
</style>
border-color css
<style>
span { border-color: #A5B22A; }
span { border-color: rgb(165,178,42); }
td.TdClassName
{
border-color: #A5B22A;
}
.TagClassName
{
border-color: #A5B22A;
}
</style>