Shades of La Rioja #BDCF00
Tints of La Rioja #BDCF00
RGB
CMYK
RGB Variations
Color information
#BDCF00 (or 0xBDCF00) is known color: La Rioja. HEX triplet: BD, CF and 00. RGB value is (189,207,0). Sum of RGB (Red+Green+Blue) = 189+207+0=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 207 (81.25% from 255 or 52.27% from 396); Blue value is 0 (0.39% from 255 or 0% from 396); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCF00 is #4230FF. Grayscale: #B2B2B2. Windows color (decimal): -4337920 or 53181. OLE color: 53181.
HSL color Cylindrical-coordinate representation of color #BDCF00: hue angle of 65.22º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDCF00 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 207 | 0 | - |
| CMYK | 0.09 | 0 | 1 | 0.19 |
| HSL | 65.22º | 1% | 0.41% | - |
| HSV(B) | 65.22º | 1% | 0.81% | - |
| XYZ | 43.3 | 55.44 | 8.42 | - |
| YUV | 178.02 | 27.54 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 207 | 0 | 0.09 | 0 | 1 | 0.19 | 65.22 | 1 | 0.41 |
| Hex | BD | CF | 0 | 9 | 0 | 64 | 13 | 41 | 64 | 29 |
| Octal | 275 | 317 | 0 | 11 | 0 | 144 | 23 | 101 | 144 | 51 |
| Binary | 10111101 | 11001111 | 0 | 1001 | 0 | 1100100 | 10011 | 1000001 | 1100100 | 101001 |
Color Harmonies of #BDCF00
Complementary color
Monochromatic Colors of #BDCF00
Black with #BDCF00
Text Example
Text Example
White with #BDCF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCF00; }
p { color: rgb(189,207,0); }
H1.HeaderClassName
{
color: #BDCF00;
}
.AnyTagClassName
{
color: #BDCF00;
}
</style>
background-color css
<style>
a { background-color: #BDCF00; }
a { background-color: rgb(189,207,0); }
div.DivClassName
{
background-color: #BDCF00;
}
.BgClassName
{
background-color: #BDCF00;
}
</style>
border-color css
<style>
span { border-color: #BDCF00; }
span { border-color: rgb(189,207,0); }
td.TdClassName
{
border-color: #BDCF00;
}
.TagClassName
{
border-color: #BDCF00;
}
</style>