Shades of Rio Grande #BDCF0F
Tints of Rio Grande #BDCF0F
RGB
CMYK
RGB Variations
Color information
#BDCF0F (or 0xBDCF0F) is known color: Rio Grande. HEX triplet: BD, CF and 0F. RGB value is (189,207,15). Sum of RGB (Red+Green+Blue) = 189+207+15=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 207 (81.25% from 255 or 50.36% from 411); Blue value is 15 (6.25% from 255 or 3.65% from 411); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCF0F is #4230F0. Grayscale: #B4B4B4. Windows color (decimal): -4337905 or 1036221. OLE color: 1036221.
HSL color Cylindrical-coordinate representation of color #BDCF0F: hue angle of 65.62º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDCF0F is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 207 | 15 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.19 |
| HSL | 65.63º | 0.86% | 0.44% | - |
| HSV(B) | 65.63º | 0.93% | 0.81% | - |
| XYZ | 43.39 | 55.48 | 8.87 | - |
| YUV | 179.73 | 35.04 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 207 | 15 | 0.09 | 0 | 0.93 | 0.19 | 65.63 | 0.86 | 0.44 |
| Hex | BD | CF | F | 9 | 0 | 5D | 13 | 42 | 56 | 2C |
| Octal | 275 | 317 | 17 | 11 | 0 | 135 | 23 | 102 | 126 | 54 |
| Binary | 10111101 | 11001111 | 1111 | 1001 | 0 | 1011101 | 10011 | 1000010 | 1010110 | 101100 |
Color Harmonies of #BDCF0F
Complementary color
Monochromatic Colors of #BDCF0F
Black with #BDCF0F
Text Example
Text Example
White with #BDCF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCF0F; }
p { color: rgb(189,207,15); }
H1.HeaderClassName
{
color: #BDCF0F;
}
.AnyTagClassName
{
color: #BDCF0F;
}
</style>
background-color css
<style>
a { background-color: #BDCF0F; }
a { background-color: rgb(189,207,15); }
div.DivClassName
{
background-color: #BDCF0F;
}
.BgClassName
{
background-color: #BDCF0F;
}
</style>
border-color css
<style>
span { border-color: #BDCF0F; }
span { border-color: rgb(189,207,15); }
td.TdClassName
{
border-color: #BDCF0F;
}
.TagClassName
{
border-color: #BDCF0F;
}
</style>