Shades of Rio Grande #BFD60F
Tints of Rio Grande #BFD60F
RGB
CMYK
RGB Variations
Color information
#BFD60F (or 0xBFD60F) is known color: Rio Grande. HEX triplet: BF, D6 and 0F. RGB value is (191,214,15). Sum of RGB (Red+Green+Blue) = 191+214+15=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 214 (83.98% from 255 or 50.95% from 420); Blue value is 15 (6.25% from 255 or 3.57% from 420); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD60F is #4029F0. Grayscale: #B9B9B9. Windows color (decimal): -4205041 or 1038015. OLE color: 1038015.
HSL color Cylindrical-coordinate representation of color #BFD60F: hue angle of 66.93º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFD60F is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 15 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.16 |
| HSL | 66.93º | 0.87% | 0.45% | - |
| HSV(B) | 66.93º | 0.93% | 0.84% | - |
| XYZ | 45.62 | 59.2 | 9.48 | - |
| YUV | 184.44 | 32.38 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 15 | 0.11 | 0 | 0.93 | 0.16 | 66.93 | 0.87 | 0.45 |
| Hex | BF | D6 | F | B | 0 | 5D | 10 | 43 | 57 | 2D |
| Octal | 277 | 326 | 17 | 13 | 0 | 135 | 20 | 103 | 127 | 55 |
| Binary | 10111111 | 11010110 | 1111 | 1011 | 0 | 1011101 | 10000 | 1000011 | 1010111 | 101101 |
Color Harmonies of #BFD60F
Complementary color
Monochromatic Colors of #BFD60F
Black with #BFD60F
Text Example
Text Example
White with #BFD60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD60F; }
p { color: rgb(191,214,15); }
H1.HeaderClassName
{
color: #BFD60F;
}
.AnyTagClassName
{
color: #BFD60F;
}
</style>
background-color css
<style>
a { background-color: #BFD60F; }
a { background-color: rgb(191,214,15); }
div.DivClassName
{
background-color: #BFD60F;
}
.BgClassName
{
background-color: #BFD60F;
}
</style>
border-color css
<style>
span { border-color: #BFD60F; }
span { border-color: rgb(191,214,15); }
td.TdClassName
{
border-color: #BFD60F;
}
.TagClassName
{
border-color: #BFD60F;
}
</style>