Shades of Rio Grande #BFD317
Tints of Rio Grande #BFD317
RGB
CMYK
RGB Variations
Color information
#BFD317 (or 0xBFD317) is known color: Rio Grande. HEX triplet: BF, D3 and 17. RGB value is (191,211,23). Sum of RGB (Red+Green+Blue) = 191+211+23=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 211 (82.81% from 255 or 49.65% from 425); Blue value is 23 (9.38% from 255 or 5.41% from 425); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD317 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD317 is #402CE8. Grayscale: #B8B8B8. Windows color (decimal): -4205801 or 1561535. OLE color: 1561535.
HSL color Cylindrical-coordinate representation of color #BFD317: hue angle of 66.38º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BFD317 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 23 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.17 |
| HSL | 66.38º | 0.8% | 0.46% | - |
| HSV(B) | 66.38º | 0.89% | 0.83% | - |
| XYZ | 44.93 | 57.73 | 9.58 | - |
| YUV | 183.59 | 37.37 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 23 | 0.09 | 0 | 0.89 | 0.17 | 66.38 | 0.8 | 0.46 |
| Hex | BF | D3 | 17 | 9 | 0 | 59 | 11 | 42 | 50 | 2E |
| Octal | 277 | 323 | 27 | 11 | 0 | 131 | 21 | 102 | 120 | 56 |
| Binary | 10111111 | 11010011 | 10111 | 1001 | 0 | 1011001 | 10001 | 1000010 | 1010000 | 101110 |
Color Harmonies of #BFD317
Complementary color
Monochromatic Colors of #BFD317
Black with #BFD317
Text Example
Text Example
White with #BFD317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD317; }
p { color: rgb(191,211,23); }
H1.HeaderClassName
{
color: #BFD317;
}
.AnyTagClassName
{
color: #BFD317;
}
</style>
background-color css
<style>
a { background-color: #BFD317; }
a { background-color: rgb(191,211,23); }
div.DivClassName
{
background-color: #BFD317;
}
.BgClassName
{
background-color: #BFD317;
}
</style>
border-color css
<style>
span { border-color: #BFD317; }
span { border-color: rgb(191,211,23); }
td.TdClassName
{
border-color: #BFD317;
}
.TagClassName
{
border-color: #BFD317;
}
</style>