Shades of Rio Grande #BFD712
Tints of Rio Grande #BFD712
RGB
CMYK
RGB Variations
Color information
#BFD712 (or 0xBFD712) is known color: Rio Grande. HEX triplet: BF, D7 and 12. RGB value is (191,215,18). Sum of RGB (Red+Green+Blue) = 191+215+18=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 215 (84.38% from 255 or 50.71% from 424); Blue value is 18 (7.42% from 255 or 4.25% from 424); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD712 is #4028ED. Grayscale: #BABABA. Windows color (decimal): -4204782 or 1234879. OLE color: 1234879.
HSL color Cylindrical-coordinate representation of color #BFD712: hue angle of 67.31º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFD712 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 18 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.16 |
| HSL | 67.31º | 0.85% | 0.46% | - |
| HSV(B) | 67.31º | 0.92% | 0.84% | - |
| XYZ | 45.9 | 59.72 | 9.68 | - |
| YUV | 185.37 | 33.55 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 18 | 0.11 | 0 | 0.92 | 0.16 | 67.31 | 0.85 | 0.46 |
| Hex | BF | D7 | 12 | B | 0 | 5C | 10 | 43 | 55 | 2E |
| Octal | 277 | 327 | 22 | 13 | 0 | 134 | 20 | 103 | 125 | 56 |
| Binary | 10111111 | 11010111 | 10010 | 1011 | 0 | 1011100 | 10000 | 1000011 | 1010101 | 101110 |
Color Harmonies of #BFD712
Complementary color
Monochromatic Colors of #BFD712
Black with #BFD712
Text Example
Text Example
White with #BFD712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD712; }
p { color: rgb(191,215,18); }
H1.HeaderClassName
{
color: #BFD712;
}
.AnyTagClassName
{
color: #BFD712;
}
</style>
background-color css
<style>
a { background-color: #BFD712; }
a { background-color: rgb(191,215,18); }
div.DivClassName
{
background-color: #BFD712;
}
.BgClassName
{
background-color: #BFD712;
}
</style>
border-color css
<style>
span { border-color: #BFD712; }
span { border-color: rgb(191,215,18); }
td.TdClassName
{
border-color: #BFD712;
}
.TagClassName
{
border-color: #BFD712;
}
</style>