Shades of Rio Grande #BFD00F
Tints of Rio Grande #BFD00F
RGB
CMYK
RGB Variations
Color information
#BFD00F (or 0xBFD00F) is known color: Rio Grande. HEX triplet: BF, D0 and 0F. RGB value is (191,208,15). Sum of RGB (Red+Green+Blue) = 191+208+15=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 208 (81.64% from 255 or 50.24% from 414); Blue value is 15 (6.25% from 255 or 3.62% from 414); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD00F is #402FF0. Grayscale: #B5B5B5. Windows color (decimal): -4206577 or 1036479. OLE color: 1036479.
HSL color Cylindrical-coordinate representation of color #BFD00F: hue angle of 65.28º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFD00F is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 208 | 15 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.18 |
| HSL | 65.28º | 0.87% | 0.44% | - |
| HSV(B) | 65.28º | 0.93% | 0.82% | - |
| XYZ | 44.13 | 56.22 | 8.98 | - |
| YUV | 180.92 | 34.37 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 15 | 0.08 | 0 | 0.93 | 0.18 | 65.28 | 0.87 | 0.44 |
| Hex | BF | D0 | F | 8 | 0 | 5D | 12 | 41 | 57 | 2C |
| Octal | 277 | 320 | 17 | 10 | 0 | 135 | 22 | 101 | 127 | 54 |
| Binary | 10111111 | 11010000 | 1111 | 1000 | 0 | 1011101 | 10010 | 1000001 | 1010111 | 101100 |
Color Harmonies of #BFD00F
Complementary color
Monochromatic Colors of #BFD00F
Black with #BFD00F
Text Example
Text Example
White with #BFD00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD00F; }
p { color: rgb(191,208,15); }
H1.HeaderClassName
{
color: #BFD00F;
}
.AnyTagClassName
{
color: #BFD00F;
}
</style>
background-color css
<style>
a { background-color: #BFD00F; }
a { background-color: rgb(191,208,15); }
div.DivClassName
{
background-color: #BFD00F;
}
.BgClassName
{
background-color: #BFD00F;
}
</style>
border-color css
<style>
span { border-color: #BFD00F; }
span { border-color: rgb(191,208,15); }
td.TdClassName
{
border-color: #BFD00F;
}
.TagClassName
{
border-color: #BFD00F;
}
</style>