Shades of Bahia #A5BC2D
Tints of Bahia #A5BC2D
RGB
CMYK
RGB Variations
Color information
#A5BC2D (or 0xA5BC2D) is known color: Bahia. HEX triplet: A5, BC and 2D. RGB value is (165,188,45). Sum of RGB (Red+Green+Blue) = 165+188+45=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BC2D is #5A43D2. Grayscale: #A5A5A5. Windows color (decimal): -5915603 or 2997413. OLE color: 2997413.
HSL color Cylindrical-coordinate representation of color #A5BC2D: hue angle of 69.65º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A5BC2D is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 188 | 45 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.26 |
| HSL | 69.65º | 0.61% | 0.46% | - |
| HSV(B) | 69.65º | 0.76% | 0.74% | - |
| XYZ | 33.97 | 44.16 | 9.21 | - |
| YUV | 164.82 | 60.38 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 188 | 45 | 0.12 | 0 | 0.76 | 0.26 | 69.65 | 0.61 | 0.46 |
| Hex | A5 | BC | 2D | C | 0 | 4C | 1A | 46 | 3D | 2E |
| Octal | 245 | 274 | 55 | 14 | 0 | 114 | 32 | 106 | 75 | 56 |
| Binary | 10100101 | 10111100 | 101101 | 1100 | 0 | 1001100 | 11010 | 1000110 | 111101 | 101110 |
Color Harmonies of #A5BC2D
Complementary color
Monochromatic Colors of #A5BC2D
Black with #A5BC2D
Text Example
Text Example
White with #A5BC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BC2D; }
p { color: rgb(165,188,45); }
H1.HeaderClassName
{
color: #A5BC2D;
}
.AnyTagClassName
{
color: #A5BC2D;
}
</style>
background-color css
<style>
a { background-color: #A5BC2D; }
a { background-color: rgb(165,188,45); }
div.DivClassName
{
background-color: #A5BC2D;
}
.BgClassName
{
background-color: #A5BC2D;
}
</style>
border-color css
<style>
span { border-color: #A5BC2D; }
span { border-color: rgb(165,188,45); }
td.TdClassName
{
border-color: #A5BC2D;
}
.TagClassName
{
border-color: #A5BC2D;
}
</style>