Shades of Rio Grande #BFD40D
Tints of Rio Grande #BFD40D
RGB
CMYK
RGB Variations
Color information
#BFD40D (or 0xBFD40D) is known color: Rio Grande. HEX triplet: BF, D4 and 0D. RGB value is (191,212,13). Sum of RGB (Red+Green+Blue) = 191+212+13=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 212 (83.20% from 255 or 50.96% from 416); Blue value is 13 (5.47% from 255 or 3.12% from 416); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD40D is #402BF2. Grayscale: #B7B7B7. Windows color (decimal): -4205555 or 906431. OLE color: 906431.
HSL color Cylindrical-coordinate representation of color #BFD40D: hue angle of 66.33º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFD40D is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 13 | - |
| CMYK | 0.10 | 0 | 0.94 | 0.17 |
| HSL | 66.33º | 0.88% | 0.44% | - |
| HSV(B) | 66.33º | 0.94% | 0.83% | - |
| XYZ | 45.1 | 58.19 | 9.24 | - |
| YUV | 183.04 | 32.04 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 13 | 0.10 | 0 | 0.94 | 0.17 | 66.33 | 0.88 | 0.44 |
| Hex | BF | D4 | D | A | 0 | 5E | 11 | 42 | 58 | 2C |
| Octal | 277 | 324 | 15 | 12 | 0 | 136 | 21 | 102 | 130 | 54 |
| Binary | 10111111 | 11010100 | 1101 | 1010 | 0 | 1011110 | 10001 | 1000010 | 1011000 | 101100 |
Color Harmonies of #BFD40D
Complementary color
Monochromatic Colors of #BFD40D
Black with #BFD40D
Text Example
Text Example
White with #BFD40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD40D; }
p { color: rgb(191,212,13); }
H1.HeaderClassName
{
color: #BFD40D;
}
.AnyTagClassName
{
color: #BFD40D;
}
</style>
background-color css
<style>
a { background-color: #BFD40D; }
a { background-color: rgb(191,212,13); }
div.DivClassName
{
background-color: #BFD40D;
}
.BgClassName
{
background-color: #BFD40D;
}
</style>
border-color css
<style>
span { border-color: #BFD40D; }
span { border-color: rgb(191,212,13); }
td.TdClassName
{
border-color: #BFD40D;
}
.TagClassName
{
border-color: #BFD40D;
}
</style>