Shades of Bahia #A5BC32
Tints of Bahia #A5BC32
RGB
CMYK
RGB Variations
Color information
#A5BC32 (or 0xA5BC32) is known color: Bahia. HEX triplet: A5, BC and 32. RGB value is (165,188,50). Sum of RGB (Red+Green+Blue) = 165+188+50=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 50 (19.92% from 255 or 12.41% from 403); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BC32 is #5A43CD. Grayscale: #A5A5A5. Windows color (decimal): -5915598 or 3325093. OLE color: 3325093.
HSL color Cylindrical-coordinate representation of color #A5BC32: hue angle of 70º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5BC32 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 188 | 50 | - |
| CMYK | 0.12 | 0 | 0.73 | 0.26 |
| HSL | 70º | 0.58% | 0.47% | - |
| HSV(B) | 70º | 0.73% | 0.74% | - |
| XYZ | 34.08 | 44.2 | 9.75 | - |
| YUV | 165.39 | 62.88 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 188 | 50 | 0.12 | 0 | 0.73 | 0.26 | 70 | 0.58 | 0.47 |
| Hex | A5 | BC | 32 | C | 0 | 49 | 1A | 46 | 3A | 2F |
| Octal | 245 | 274 | 62 | 14 | 0 | 111 | 32 | 106 | 72 | 57 |
| Binary | 10100101 | 10111100 | 110010 | 1100 | 0 | 1001001 | 11010 | 1000110 | 111010 | 101111 |
Color Harmonies of #A5BC32
Complementary color
Monochromatic Colors of #A5BC32
Black with #A5BC32
Text Example
Text Example
White with #A5BC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BC32; }
p { color: rgb(165,188,50); }
H1.HeaderClassName
{
color: #A5BC32;
}
.AnyTagClassName
{
color: #A5BC32;
}
</style>
background-color css
<style>
a { background-color: #A5BC32; }
a { background-color: rgb(165,188,50); }
div.DivClassName
{
background-color: #A5BC32;
}
.BgClassName
{
background-color: #A5BC32;
}
</style>
border-color css
<style>
span { border-color: #A5BC32; }
span { border-color: rgb(165,188,50); }
td.TdClassName
{
border-color: #A5BC32;
}
.TagClassName
{
border-color: #A5BC32;
}
</style>