Shades of Bahia #A5BC2C
Tints of Bahia #A5BC2C
RGB
CMYK
RGB Variations
Color information
#A5BC2C (or 0xA5BC2C) is known color: Bahia. HEX triplet: A5, BC and 2C. RGB value is (165,188,44). Sum of RGB (Red+Green+Blue) = 165+188+44=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 44 (17.58% from 255 or 11.08% from 397); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BC2C is #5A43D3. Grayscale: #A5A5A5. Windows color (decimal): -5915604 or 2931877. OLE color: 2931877.
HSL color Cylindrical-coordinate representation of color #A5BC2C: hue angle of 69.58º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A5BC2C is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 188 | 44 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.26 |
| HSL | 69.58º | 0.62% | 0.45% | - |
| HSV(B) | 69.58º | 0.77% | 0.74% | - |
| XYZ | 33.95 | 44.15 | 9.11 | - |
| YUV | 164.71 | 59.88 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 188 | 44 | 0.12 | 0 | 0.77 | 0.26 | 69.58 | 0.62 | 0.45 |
| Hex | A5 | BC | 2C | C | 0 | 4D | 1A | 46 | 3E | 2D |
| Octal | 245 | 274 | 54 | 14 | 0 | 115 | 32 | 106 | 76 | 55 |
| Binary | 10100101 | 10111100 | 101100 | 1100 | 0 | 1001101 | 11010 | 1000110 | 111110 | 101101 |
Color Harmonies of #A5BC2C
Complementary color
Monochromatic Colors of #A5BC2C
Black with #A5BC2C
Text Example
Text Example
White with #A5BC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BC2C; }
p { color: rgb(165,188,44); }
H1.HeaderClassName
{
color: #A5BC2C;
}
.AnyTagClassName
{
color: #A5BC2C;
}
</style>
background-color css
<style>
a { background-color: #A5BC2C; }
a { background-color: rgb(165,188,44); }
div.DivClassName
{
background-color: #A5BC2C;
}
.BgClassName
{
background-color: #A5BC2C;
}
</style>
border-color css
<style>
span { border-color: #A5BC2C; }
span { border-color: rgb(165,188,44); }
td.TdClassName
{
border-color: #A5BC2C;
}
.TagClassName
{
border-color: #A5BC2C;
}
</style>