Shades of Bahia #A5B42D
Tints of Bahia #A5B42D
RGB
CMYK
RGB Variations
Color information
#A5B42D (or 0xA5B42D) is known color: Bahia. HEX triplet: A5, B4 and 2D. RGB value is (165,180,45). Sum of RGB (Red+Green+Blue) = 165+180+45=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 45 (17.97% from 255 or 11.54% from 390); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B42D is #5A4BD2. Grayscale: #A0A0A0. Windows color (decimal): -5917651 or 2995365. OLE color: 2995365.
HSL color Cylindrical-coordinate representation of color #A5B42D: hue angle of 66.67º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A5B42D is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 180 | 45 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.29 |
| HSL | 66.67º | 0.6% | 0.44% | - |
| HSV(B) | 66.67º | 0.75% | 0.71% | - |
| XYZ | 32.31 | 40.83 | 8.66 | - |
| YUV | 160.13 | 63.03 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 180 | 45 | 0.08 | 0 | 0.75 | 0.29 | 66.67 | 0.6 | 0.44 |
| Hex | A5 | B4 | 2D | 8 | 0 | 4B | 1D | 43 | 3C | 2C |
| Octal | 245 | 264 | 55 | 10 | 0 | 113 | 35 | 103 | 74 | 54 |
| Binary | 10100101 | 10110100 | 101101 | 1000 | 0 | 1001011 | 11101 | 1000011 | 111100 | 101100 |
Color Harmonies of #A5B42D
Complementary color
Monochromatic Colors of #A5B42D
Black with #A5B42D
Text Example
Text Example
White with #A5B42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B42D; }
p { color: rgb(165,180,45); }
H1.HeaderClassName
{
color: #A5B42D;
}
.AnyTagClassName
{
color: #A5B42D;
}
</style>
background-color css
<style>
a { background-color: #A5B42D; }
a { background-color: rgb(165,180,45); }
div.DivClassName
{
background-color: #A5B42D;
}
.BgClassName
{
background-color: #A5B42D;
}
</style>
border-color css
<style>
span { border-color: #A5B42D; }
span { border-color: rgb(165,180,45); }
td.TdClassName
{
border-color: #A5B42D;
}
.TagClassName
{
border-color: #A5B42D;
}
</style>