Shades of La Rioja #BAD003
Tints of La Rioja #BAD003
RGB
CMYK
RGB Variations
Color information
#BAD003 (or 0xBAD003) is known color: La Rioja. HEX triplet: BA, D0 and 03. RGB value is (186,208,3). Sum of RGB (Red+Green+Blue) = 186+208+3=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 208 (81.64% from 255 or 52.39% from 397); Blue value is 3 (1.56% from 255 or 0.76% from 397); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD003 is #452FFC. Grayscale: #B2B2B2. Windows color (decimal): -4534269 or 250042. OLE color: 250042.
HSL color Cylindrical-coordinate representation of color #BAD003: hue angle of 66.44º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BAD003 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
RGB | 186 | 208 | 3 | - |
CMYK | 0.11 | 0 | 0.99 | 0.18 |
HSL | 66.44º | 0.97% | 0.41% | - |
HSV(B) | 66.44º | 0.99% | 0.82% | - |
XYZ | 42.82 | 55.56 | 8.55 | - |
YUV | 178.05 | 29.21 | 133.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 208 | 3 | 0.11 | 0 | 0.99 | 0.18 | 66.44 | 0.97 | 0.41 |
Hex | BA | D0 | 3 | B | 0 | 63 | 12 | 42 | 61 | 29 |
Octal | 272 | 320 | 3 | 13 | 0 | 143 | 22 | 102 | 141 | 51 |
Binary | 10111010 | 11010000 | 11 | 1011 | 0 | 1100011 | 10010 | 1000010 | 1100001 | 101001 |
Color Harmonies of #BAD003
Complementary color
Monochromatic Colors of #BAD003
Black with #BAD003
Text Example
Text Example
White with #BAD003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD003; }
p { color: rgb(186,208,3); }
H1.HeaderClassName
{
color: #BAD003;
}
.AnyTagClassName
{
color: #BAD003;
}
</style>
background-color css
<style>
a { background-color: #BAD003; }
a { background-color: rgb(186,208,3); }
div.DivClassName
{
background-color: #BAD003;
}
.BgClassName
{
background-color: #BAD003;
}
</style>
border-color css
<style>
span { border-color: #BAD003; }
span { border-color: rgb(186,208,3); }
td.TdClassName
{
border-color: #BAD003;
}
.TagClassName
{
border-color: #BAD003;
}
</style>