Shades of Rio Grande #BFC31D
Tints of Rio Grande #BFC31D
RGB
CMYK
RGB Variations
Color information
#BFC31D (or 0xBFC31D) is known color: Rio Grande. HEX triplet: BF, C3 and 1D. RGB value is (191,195,29). Sum of RGB (Red+Green+Blue) = 191+195+29=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 195 (76.56% from 255 or 46.99% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC31D is #403CE2. Grayscale: #AFAFAF. Windows color (decimal): -4209891 or 1950655. OLE color: 1950655.
HSL color Cylindrical-coordinate representation of color #BFC31D: hue angle of 61.45º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BFC31D is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 29 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.24 |
| HSL | 61.45º | 0.74% | 0.44% | - |
| HSV(B) | 61.45º | 0.85% | 0.76% | - |
| XYZ | 41.22 | 50.2 | 8.68 | - |
| YUV | 174.88 | 45.67 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 29 | 0.02 | 0 | 0.85 | 0.24 | 61.45 | 0.74 | 0.44 |
| Hex | BF | C3 | 1D | 2 | 0 | 55 | 18 | 3D | 4A | 2C |
| Octal | 277 | 303 | 35 | 2 | 0 | 125 | 30 | 75 | 112 | 54 |
| Binary | 10111111 | 11000011 | 11101 | 10 | 0 | 1010101 | 11000 | 111101 | 1001010 | 101100 |
Color Harmonies of #BFC31D
Complementary color
Monochromatic Colors of #BFC31D
Black with #BFC31D
Text Example
Text Example
White with #BFC31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC31D; }
p { color: rgb(191,195,29); }
H1.HeaderClassName
{
color: #BFC31D;
}
.AnyTagClassName
{
color: #BFC31D;
}
</style>
background-color css
<style>
a { background-color: #BFC31D; }
a { background-color: rgb(191,195,29); }
div.DivClassName
{
background-color: #BFC31D;
}
.BgClassName
{
background-color: #BFC31D;
}
</style>
border-color css
<style>
span { border-color: #BFC31D; }
span { border-color: rgb(191,195,29); }
td.TdClassName
{
border-color: #BFC31D;
}
.TagClassName
{
border-color: #BFC31D;
}
</style>