Shades of La Rioja #BABB03
Tints of La Rioja #BABB03
RGB
CMYK
RGB Variations
Color information
#BABB03 (or 0xBABB03) is known color: La Rioja. HEX triplet: BA, BB and 03. RGB value is (186,187,3). Sum of RGB (Red+Green+Blue) = 186+187+3=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 187 (73.44% from 255 or 49.73% from 376); Blue value is 3 (1.56% from 255 or 0.80% from 376); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABB03 is #4544FC. Grayscale: #A6A6A6. Windows color (decimal): -4539645 or 244666. OLE color: 244666.
HSL color Cylindrical-coordinate representation of color #BABB03: hue angle of 60.33º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BABB03 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 3 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.27 |
| HSL | 60.33º | 0.97% | 0.37% | - |
| HSV(B) | 60.33º | 0.98% | 0.73% | - |
| XYZ | 38.04 | 45.99 | 6.96 | - |
| YUV | 165.73 | 36.17 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 3 | 0.01 | 0 | 0.98 | 0.27 | 60.33 | 0.97 | 0.37 |
| Hex | BA | BB | 3 | 1 | 0 | 62 | 1B | 3C | 61 | 25 |
| Octal | 272 | 273 | 3 | 1 | 0 | 142 | 33 | 74 | 141 | 45 |
| Binary | 10111010 | 10111011 | 11 | 1 | 0 | 1100010 | 11011 | 111100 | 1100001 | 100101 |
Color Harmonies of #BABB03
Complementary color
Monochromatic Colors of #BABB03
Black with #BABB03
Text Example
Text Example
White with #BABB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABB03; }
p { color: rgb(186,187,3); }
H1.HeaderClassName
{
color: #BABB03;
}
.AnyTagClassName
{
color: #BABB03;
}
</style>
background-color css
<style>
a { background-color: #BABB03; }
a { background-color: rgb(186,187,3); }
div.DivClassName
{
background-color: #BABB03;
}
.BgClassName
{
background-color: #BABB03;
}
</style>
border-color css
<style>
span { border-color: #BABB03; }
span { border-color: rgb(186,187,3); }
td.TdClassName
{
border-color: #BABB03;
}
.TagClassName
{
border-color: #BABB03;
}
</style>