Shades of Rio Grande #BFCF21
Tints of Rio Grande #BFCF21
RGB
CMYK
RGB Variations
Color information
#BFCF21 (or 0xBFCF21) is known color: Rio Grande. HEX triplet: BF, CF and 21. RGB value is (191,207,33). Sum of RGB (Red+Green+Blue) = 191+207+33=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 33 (13.28% from 255 or 7.66% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCF21 is #4030DE. Grayscale: #B7B7B7. Windows color (decimal): -4206815 or 2215871. OLE color: 2215871.
HSL color Cylindrical-coordinate representation of color #BFCF21: hue angle of 65.52º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BFCF21 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 33 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.19 |
| HSL | 65.52º | 0.73% | 0.47% | - |
| HSV(B) | 65.52º | 0.84% | 0.81% | - |
| XYZ | 44.07 | 55.81 | 9.89 | - |
| YUV | 182.38 | 43.7 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 33 | 0.08 | 0 | 0.84 | 0.19 | 65.52 | 0.73 | 0.47 |
| Hex | BF | CF | 21 | 8 | 0 | 54 | 13 | 42 | 48 | 2F |
| Octal | 277 | 317 | 41 | 10 | 0 | 124 | 23 | 102 | 110 | 57 |
| Binary | 10111111 | 11001111 | 100001 | 1000 | 0 | 1010100 | 10011 | 1000010 | 1001000 | 101111 |
Color Harmonies of #BFCF21
Complementary color
Monochromatic Colors of #BFCF21
Black with #BFCF21
Text Example
Text Example
White with #BFCF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF21; }
p { color: rgb(191,207,33); }
H1.HeaderClassName
{
color: #BFCF21;
}
.AnyTagClassName
{
color: #BFCF21;
}
</style>
background-color css
<style>
a { background-color: #BFCF21; }
a { background-color: rgb(191,207,33); }
div.DivClassName
{
background-color: #BFCF21;
}
.BgClassName
{
background-color: #BFCF21;
}
</style>
border-color css
<style>
span { border-color: #BFCF21; }
span { border-color: rgb(191,207,33); }
td.TdClassName
{
border-color: #BFCF21;
}
.TagClassName
{
border-color: #BFCF21;
}
</style>