Shades of Bahia #A5B61E
Tints of Bahia #A5B61E
RGB
CMYK
RGB Variations
Color information
#A5B61E (or 0xA5B61E) is known color: Bahia. HEX triplet: A5, B6 and 1E. RGB value is (165,182,30). Sum of RGB (Red+Green+Blue) = 165+182+30=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 182 (71.48% from 255 or 48.28% from 377); Blue value is 30 (12.11% from 255 or 7.96% from 377); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B61E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B61E is #5A49E1. Grayscale: #A0A0A0. Windows color (decimal): -5917154 or 2012837. OLE color: 2012837.
HSL color Cylindrical-coordinate representation of color #A5B61E: hue angle of 66.71º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A5B61E is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 182 | 30 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.29 |
| HSL | 66.71º | 0.72% | 0.42% | - |
| HSV(B) | 66.71º | 0.84% | 0.71% | - |
| XYZ | 32.48 | 41.55 | 7.54 | - |
| YUV | 159.59 | 54.87 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 182 | 30 | 0.09 | 0 | 0.84 | 0.29 | 66.71 | 0.72 | 0.42 |
| Hex | A5 | B6 | 1E | 9 | 0 | 54 | 1D | 43 | 48 | 2A |
| Octal | 245 | 266 | 36 | 11 | 0 | 124 | 35 | 103 | 110 | 52 |
| Binary | 10100101 | 10110110 | 11110 | 1001 | 0 | 1010100 | 11101 | 1000011 | 1001000 | 101010 |
Color Harmonies of #A5B61E
Complementary color
Monochromatic Colors of #A5B61E
Black with #A5B61E
Text Example
Text Example
White with #A5B61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B61E; }
p { color: rgb(165,182,30); }
H1.HeaderClassName
{
color: #A5B61E;
}
.AnyTagClassName
{
color: #A5B61E;
}
</style>
background-color css
<style>
a { background-color: #A5B61E; }
a { background-color: rgb(165,182,30); }
div.DivClassName
{
background-color: #A5B61E;
}
.BgClassName
{
background-color: #A5B61E;
}
</style>
border-color css
<style>
span { border-color: #A5B61E; }
span { border-color: rgb(165,182,30); }
td.TdClassName
{
border-color: #A5B61E;
}
.TagClassName
{
border-color: #A5B61E;
}
</style>