Shades of Bahia #A5B11E
Tints of Bahia #A5B11E
RGB
CMYK
RGB Variations
Color information
#A5B11E (or 0xA5B11E) is known color: Bahia. HEX triplet: A5, B1 and 1E. RGB value is (165,177,30). Sum of RGB (Red+Green+Blue) = 165+177+30=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 177 (69.53% from 255 or 47.58% from 372); Blue value is 30 (12.11% from 255 or 8.06% from 372); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B11E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5B11E is #5A4EE1. Grayscale: #9D9D9D. Windows color (decimal): -5918434 or 2011557. OLE color: 2011557.
HSL color Cylindrical-coordinate representation of color #A5B11E: hue angle of 64.9º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A5B11E is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 177 | 30 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.31 |
| HSL | 64.9º | 0.71% | 0.41% | - |
| HSV(B) | 64.9º | 0.83% | 0.69% | - |
| XYZ | 31.47 | 39.54 | 7.2 | - |
| YUV | 156.65 | 56.52 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 177 | 30 | 0.07 | 0 | 0.83 | 0.31 | 64.9 | 0.71 | 0.41 |
| Hex | A5 | B1 | 1E | 7 | 0 | 53 | 1F | 41 | 47 | 29 |
| Octal | 245 | 261 | 36 | 7 | 0 | 123 | 37 | 101 | 107 | 51 |
| Binary | 10100101 | 10110001 | 11110 | 111 | 0 | 1010011 | 11111 | 1000001 | 1000111 | 101001 |
Color Harmonies of #A5B11E
Complementary color
Monochromatic Colors of #A5B11E
Black with #A5B11E
Text Example
Text Example
White with #A5B11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B11E; }
p { color: rgb(165,177,30); }
H1.HeaderClassName
{
color: #A5B11E;
}
.AnyTagClassName
{
color: #A5B11E;
}
</style>
background-color css
<style>
a { background-color: #A5B11E; }
a { background-color: rgb(165,177,30); }
div.DivClassName
{
background-color: #A5B11E;
}
.BgClassName
{
background-color: #A5B11E;
}
</style>
border-color css
<style>
span { border-color: #A5B11E; }
span { border-color: rgb(165,177,30); }
td.TdClassName
{
border-color: #A5B11E;
}
.TagClassName
{
border-color: #A5B11E;
}
</style>