Shades of Rio Grande #BFD20F
Tints of Rio Grande #BFD20F
RGB
CMYK
RGB Variations
Color information
#BFD20F (or 0xBFD20F) is known color: Rio Grande. HEX triplet: BF, D2 and 0F. RGB value is (191,210,15). Sum of RGB (Red+Green+Blue) = 191+210+15=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 210 (82.42% from 255 or 50.48% from 416); Blue value is 15 (6.25% from 255 or 3.61% from 416); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD20F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD20F is #402DF0. Grayscale: #B6B6B6. Windows color (decimal): -4206065 or 1036991. OLE color: 1036991.
HSL color Cylindrical-coordinate representation of color #BFD20F: hue angle of 65.85º 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 #BFD20F is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 15 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.18 |
| HSL | 65.85º | 0.87% | 0.44% | - |
| HSV(B) | 65.85º | 0.93% | 0.82% | - |
| XYZ | 44.62 | 57.2 | 9.14 | - |
| YUV | 182.09 | 33.71 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 15 | 0.09 | 0 | 0.93 | 0.18 | 65.85 | 0.87 | 0.44 |
| Hex | BF | D2 | F | 9 | 0 | 5D | 12 | 42 | 57 | 2C |
| Octal | 277 | 322 | 17 | 11 | 0 | 135 | 22 | 102 | 127 | 54 |
| Binary | 10111111 | 11010010 | 1111 | 1001 | 0 | 1011101 | 10010 | 1000010 | 1010111 | 101100 |
Color Harmonies of #BFD20F
Complementary color
Monochromatic Colors of #BFD20F
Black with #BFD20F
Text Example
Text Example
White with #BFD20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD20F; }
p { color: rgb(191,210,15); }
H1.HeaderClassName
{
color: #BFD20F;
}
.AnyTagClassName
{
color: #BFD20F;
}
</style>
background-color css
<style>
a { background-color: #BFD20F; }
a { background-color: rgb(191,210,15); }
div.DivClassName
{
background-color: #BFD20F;
}
.BgClassName
{
background-color: #BFD20F;
}
</style>
border-color css
<style>
span { border-color: #BFD20F; }
span { border-color: rgb(191,210,15); }
td.TdClassName
{
border-color: #BFD20F;
}
.TagClassName
{
border-color: #BFD20F;
}
</style>