Shades of Rio Grande #BFD818
Tints of Rio Grande #BFD818
RGB
CMYK
RGB Variations
Color information
#BFD818 (or 0xBFD818) is known color: Rio Grande. HEX triplet: BF, D8 and 18. RGB value is (191,216,24). Sum of RGB (Red+Green+Blue) = 191+216+24=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 216 (84.77% from 255 or 50.12% from 431); Blue value is 24 (9.77% from 255 or 5.57% from 431); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD818 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD818 is #4027E7. Grayscale: #BBBBBB. Windows color (decimal): -4204520 or 1628351. OLE color: 1628351.
HSL color Cylindrical-coordinate representation of color #BFD818: hue angle of 67.81º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BFD818 is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 24 | - |
| CMYK | 0.12 | 0 | 0.89 | 0.15 |
| HSL | 67.81º | 0.8% | 0.47% | - |
| HSV(B) | 67.81º | 0.89% | 0.85% | - |
| XYZ | 46.21 | 60.25 | 10.06 | - |
| YUV | 186.64 | 36.22 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 24 | 0.12 | 0 | 0.89 | 0.15 | 67.81 | 0.8 | 0.47 |
| Hex | BF | D8 | 18 | C | 0 | 59 | F | 44 | 50 | 2F |
| Octal | 277 | 330 | 30 | 14 | 0 | 131 | 17 | 104 | 120 | 57 |
| Binary | 10111111 | 11011000 | 11000 | 1100 | 0 | 1011001 | 1111 | 1000100 | 1010000 | 101111 |
Color Harmonies of #BFD818
Complementary color
Monochromatic Colors of #BFD818
Black with #BFD818
Text Example
Text Example
White with #BFD818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD818; }
p { color: rgb(191,216,24); }
H1.HeaderClassName
{
color: #BFD818;
}
.AnyTagClassName
{
color: #BFD818;
}
</style>
background-color css
<style>
a { background-color: #BFD818; }
a { background-color: rgb(191,216,24); }
div.DivClassName
{
background-color: #BFD818;
}
.BgClassName
{
background-color: #BFD818;
}
</style>
border-color css
<style>
span { border-color: #BFD818; }
span { border-color: rgb(191,216,24); }
td.TdClassName
{
border-color: #BFD818;
}
.TagClassName
{
border-color: #BFD818;
}
</style>