Shades of Rio Grande #BFCD1F
Tints of Rio Grande #BFCD1F
RGB
CMYK
RGB Variations
Color information
#BFCD1F (or 0xBFCD1F) is known color: Rio Grande. HEX triplet: BF, CD and 1F. RGB value is (191,205,31). Sum of RGB (Red+Green+Blue) = 191+205+31=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 205 (80.47% from 255 or 48.01% from 427); Blue value is 31 (12.5% from 255 or 7.26% from 427); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCD1F is #4032E0. Grayscale: #B5B5B5. Windows color (decimal): -4207329 or 2084287. OLE color: 2084287.
HSL color Cylindrical-coordinate representation of color #BFCD1F: hue angle of 64.83º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BFCD1F is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 31 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.20 |
| HSL | 64.83º | 0.74% | 0.46% | - |
| HSV(B) | 64.83º | 0.85% | 0.8% | - |
| XYZ | 43.56 | 54.84 | 9.59 | - |
| YUV | 180.98 | 43.36 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 31 | 0.07 | 0 | 0.85 | 0.20 | 64.83 | 0.74 | 0.46 |
| Hex | BF | CD | 1F | 7 | 0 | 55 | 14 | 41 | 4A | 2E |
| Octal | 277 | 315 | 37 | 7 | 0 | 125 | 24 | 101 | 112 | 56 |
| Binary | 10111111 | 11001101 | 11111 | 111 | 0 | 1010101 | 10100 | 1000001 | 1001010 | 101110 |
Color Harmonies of #BFCD1F
Complementary color
Monochromatic Colors of #BFCD1F
Black with #BFCD1F
Text Example
Text Example
White with #BFCD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCD1F; }
p { color: rgb(191,205,31); }
H1.HeaderClassName
{
color: #BFCD1F;
}
.AnyTagClassName
{
color: #BFCD1F;
}
</style>
background-color css
<style>
a { background-color: #BFCD1F; }
a { background-color: rgb(191,205,31); }
div.DivClassName
{
background-color: #BFCD1F;
}
.BgClassName
{
background-color: #BFCD1F;
}
</style>
border-color css
<style>
span { border-color: #BFCD1F; }
span { border-color: rgb(191,205,31); }
td.TdClassName
{
border-color: #BFCD1F;
}
.TagClassName
{
border-color: #BFCD1F;
}
</style>