Shades of Bahia #A5BD15
Tints of Bahia #A5BD15
RGB
CMYK
RGB Variations
Color information
#A5BD15 (or 0xA5BD15) is known color: Bahia. HEX triplet: A5, BD and 15. RGB value is (165,189,21). Sum of RGB (Red+Green+Blue) = 165+189+21=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 189 (74.22% from 255 or 50.4% from 375); Blue value is 21 (8.59% from 255 or 5.6% from 375); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5BD15 is #5A42EA. Grayscale: #A3A3A3. Windows color (decimal): -5915371 or 1424805. OLE color: 1424805.
HSL color Cylindrical-coordinate representation of color #A5BD15: hue angle of 68.57º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A5BD15 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 189 | 21 | - |
| CMYK | 0.13 | 0 | 0.89 | 0.26 |
| HSL | 68.57º | 0.8% | 0.41% | - |
| HSV(B) | 68.57º | 0.89% | 0.74% | - |
| XYZ | 33.85 | 44.45 | 7.5 | - |
| YUV | 162.67 | 48.05 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 189 | 21 | 0.13 | 0 | 0.89 | 0.26 | 68.57 | 0.8 | 0.41 |
| Hex | A5 | BD | 15 | D | 0 | 59 | 1A | 45 | 50 | 29 |
| Octal | 245 | 275 | 25 | 15 | 0 | 131 | 32 | 105 | 120 | 51 |
| Binary | 10100101 | 10111101 | 10101 | 1101 | 0 | 1011001 | 11010 | 1000101 | 1010000 | 101001 |
Color Harmonies of #A5BD15
Complementary color
Monochromatic Colors of #A5BD15
Black with #A5BD15
Text Example
Text Example
White with #A5BD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BD15; }
p { color: rgb(165,189,21); }
H1.HeaderClassName
{
color: #A5BD15;
}
.AnyTagClassName
{
color: #A5BD15;
}
</style>
background-color css
<style>
a { background-color: #A5BD15; }
a { background-color: rgb(165,189,21); }
div.DivClassName
{
background-color: #A5BD15;
}
.BgClassName
{
background-color: #A5BD15;
}
</style>
border-color css
<style>
span { border-color: #A5BD15; }
span { border-color: rgb(165,189,21); }
td.TdClassName
{
border-color: #A5BD15;
}
.TagClassName
{
border-color: #A5BD15;
}
</style>