Shades of Bahia #A5BB32
Tints of Bahia #A5BB32
RGB
CMYK
RGB Variations
Color information
#A5BB32 (or 0xA5BB32) is known color: Bahia. HEX triplet: A5, BB and 32. RGB value is (165,187,50). Sum of RGB (Red+Green+Blue) = 165+187+50=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 187 (73.44% from 255 or 46.52% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BB32 is #5A44CD. Grayscale: #A5A5A5. Windows color (decimal): -5915854 or 3324837. OLE color: 3324837.
HSL color Cylindrical-coordinate representation of color #A5BB32: hue angle of 69.64º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5BB32 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 187 | 50 | - |
| CMYK | 0.12 | 0 | 0.73 | 0.27 |
| HSL | 69.64º | 0.58% | 0.46% | - |
| HSV(B) | 69.64º | 0.73% | 0.73% | - |
| XYZ | 33.86 | 43.77 | 9.68 | - |
| YUV | 164.8 | 63.21 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 187 | 50 | 0.12 | 0 | 0.73 | 0.27 | 69.64 | 0.58 | 0.46 |
| Hex | A5 | BB | 32 | C | 0 | 49 | 1B | 46 | 3A | 2E |
| Octal | 245 | 273 | 62 | 14 | 0 | 111 | 33 | 106 | 72 | 56 |
| Binary | 10100101 | 10111011 | 110010 | 1100 | 0 | 1001001 | 11011 | 1000110 | 111010 | 101110 |
Color Harmonies of #A5BB32
Complementary color
Monochromatic Colors of #A5BB32
Black with #A5BB32
Text Example
Text Example
White with #A5BB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BB32; }
p { color: rgb(165,187,50); }
H1.HeaderClassName
{
color: #A5BB32;
}
.AnyTagClassName
{
color: #A5BB32;
}
</style>
background-color css
<style>
a { background-color: #A5BB32; }
a { background-color: rgb(165,187,50); }
div.DivClassName
{
background-color: #A5BB32;
}
.BgClassName
{
background-color: #A5BB32;
}
</style>
border-color css
<style>
span { border-color: #A5BB32; }
span { border-color: rgb(165,187,50); }
td.TdClassName
{
border-color: #A5BB32;
}
.TagClassName
{
border-color: #A5BB32;
}
</style>