Shades of Bahia #A5B02F
Tints of Bahia #A5B02F
RGB
CMYK
RGB Variations
Color information
#A5B02F (or 0xA5B02F) is known color: Bahia. HEX triplet: A5, B0 and 2F. RGB value is (165,176,47). Sum of RGB (Red+Green+Blue) = 165+176+47=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 47 (18.75% from 255 or 12.11% from 388); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B02F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5B02F is #5A4FD0. Grayscale: #9E9E9E. Windows color (decimal): -5918673 or 3125413. OLE color: 3125413.
HSL color Cylindrical-coordinate representation of color #A5B02F: hue angle of 65.12º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5B02F is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 176 | 47 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.31 |
| HSL | 65.12º | 0.58% | 0.44% | - |
| HSV(B) | 65.12º | 0.73% | 0.69% | - |
| XYZ | 31.56 | 39.26 | 8.6 | - |
| YUV | 158.01 | 65.36 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 176 | 47 | 0.06 | 0 | 0.73 | 0.31 | 65.12 | 0.58 | 0.44 |
| Hex | A5 | B0 | 2F | 6 | 0 | 49 | 1F | 41 | 3A | 2C |
| Octal | 245 | 260 | 57 | 6 | 0 | 111 | 37 | 101 | 72 | 54 |
| Binary | 10100101 | 10110000 | 101111 | 110 | 0 | 1001001 | 11111 | 1000001 | 111010 | 101100 |
Color Harmonies of #A5B02F
Complementary color
Monochromatic Colors of #A5B02F
Black with #A5B02F
Text Example
Text Example
White with #A5B02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B02F; }
p { color: rgb(165,176,47); }
H1.HeaderClassName
{
color: #A5B02F;
}
.AnyTagClassName
{
color: #A5B02F;
}
</style>
background-color css
<style>
a { background-color: #A5B02F; }
a { background-color: rgb(165,176,47); }
div.DivClassName
{
background-color: #A5B02F;
}
.BgClassName
{
background-color: #A5B02F;
}
</style>
border-color css
<style>
span { border-color: #A5B02F; }
span { border-color: rgb(165,176,47); }
td.TdClassName
{
border-color: #A5B02F;
}
.TagClassName
{
border-color: #A5B02F;
}
</style>