Shades of Rio Grande #BFCF1F
Tints of Rio Grande #BFCF1F
RGB
CMYK
RGB Variations
Color information
#BFCF1F (or 0xBFCF1F) is known color: Rio Grande. HEX triplet: BF, CF and 1F. RGB value is (191,207,31). Sum of RGB (Red+Green+Blue) = 191+207+31=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 31 (12.5% from 255 or 7.23% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCF1F is #4030E0. Grayscale: #B6B6B6. Windows color (decimal): -4206817 or 2084799. OLE color: 2084799.
HSL color Cylindrical-coordinate representation of color #BFCF1F: hue angle of 65.45º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BFCF1F is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 31 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.19 |
| HSL | 65.45º | 0.74% | 0.47% | - |
| HSV(B) | 65.45º | 0.85% | 0.81% | - |
| XYZ | 44.05 | 55.8 | 9.75 | - |
| YUV | 182.15 | 42.7 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 31 | 0.08 | 0 | 0.85 | 0.19 | 65.45 | 0.74 | 0.47 |
| Hex | BF | CF | 1F | 8 | 0 | 55 | 13 | 41 | 4A | 2F |
| Octal | 277 | 317 | 37 | 10 | 0 | 125 | 23 | 101 | 112 | 57 |
| Binary | 10111111 | 11001111 | 11111 | 1000 | 0 | 1010101 | 10011 | 1000001 | 1001010 | 101111 |
Color Harmonies of #BFCF1F
Complementary color
Monochromatic Colors of #BFCF1F
Black with #BFCF1F
Text Example
Text Example
White with #BFCF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF1F; }
p { color: rgb(191,207,31); }
H1.HeaderClassName
{
color: #BFCF1F;
}
.AnyTagClassName
{
color: #BFCF1F;
}
</style>
background-color css
<style>
a { background-color: #BFCF1F; }
a { background-color: rgb(191,207,31); }
div.DivClassName
{
background-color: #BFCF1F;
}
.BgClassName
{
background-color: #BFCF1F;
}
</style>
border-color css
<style>
span { border-color: #BFCF1F; }
span { border-color: rgb(191,207,31); }
td.TdClassName
{
border-color: #BFCF1F;
}
.TagClassName
{
border-color: #BFCF1F;
}
</style>