Shades of Rio Grande #BFCD17
Tints of Rio Grande #BFCD17
RGB
CMYK
RGB Variations
Color information
#BFCD17 (or 0xBFCD17) is known color: Rio Grande. HEX triplet: BF, CD and 17. RGB value is (191,205,23). Sum of RGB (Red+Green+Blue) = 191+205+23=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 205 (80.47% from 255 or 48.93% from 419); Blue value is 23 (9.38% from 255 or 5.49% from 419); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCD17 is #4032E8. Grayscale: #B4B4B4. Windows color (decimal): -4207337 or 1559999. OLE color: 1559999.
HSL color Cylindrical-coordinate representation of color #BFCD17: hue angle of 64.62º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BFCD17 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 23 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.20 |
| HSL | 64.62º | 0.8% | 0.45% | - |
| HSV(B) | 64.62º | 0.89% | 0.8% | - |
| XYZ | 43.47 | 54.8 | 9.1 | - |
| YUV | 180.07 | 39.36 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 23 | 0.07 | 0 | 0.89 | 0.20 | 64.62 | 0.8 | 0.45 |
| Hex | BF | CD | 17 | 7 | 0 | 59 | 14 | 41 | 50 | 2D |
| Octal | 277 | 315 | 27 | 7 | 0 | 131 | 24 | 101 | 120 | 55 |
| Binary | 10111111 | 11001101 | 10111 | 111 | 0 | 1011001 | 10100 | 1000001 | 1010000 | 101101 |
Color Harmonies of #BFCD17
Complementary color
Monochromatic Colors of #BFCD17
Black with #BFCD17
Text Example
Text Example
White with #BFCD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCD17; }
p { color: rgb(191,205,23); }
H1.HeaderClassName
{
color: #BFCD17;
}
.AnyTagClassName
{
color: #BFCD17;
}
</style>
background-color css
<style>
a { background-color: #BFCD17; }
a { background-color: rgb(191,205,23); }
div.DivClassName
{
background-color: #BFCD17;
}
.BgClassName
{
background-color: #BFCD17;
}
</style>
border-color css
<style>
span { border-color: #BFCD17; }
span { border-color: rgb(191,205,23); }
td.TdClassName
{
border-color: #BFCD17;
}
.TagClassName
{
border-color: #BFCD17;
}
</style>