Shades of Rio Grande #BFD112
Tints of Rio Grande #BFD112
RGB
CMYK
RGB Variations
Color information
#BFD112 (or 0xBFD112) is known color: Rio Grande. HEX triplet: BF, D1 and 12. RGB value is (191,209,18). Sum of RGB (Red+Green+Blue) = 191+209+18=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 209 (82.03% from 255 or 50% from 418); Blue value is 18 (7.42% from 255 or 4.31% from 418); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD112 is #402EED. Grayscale: #B6B6B6. Windows color (decimal): -4206318 or 1233343. OLE color: 1233343.
HSL color Cylindrical-coordinate representation of color #BFD112: hue angle of 65.65º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFD112 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 18 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.18 |
| HSL | 65.65º | 0.84% | 0.45% | - |
| HSV(B) | 65.65º | 0.91% | 0.82% | - |
| XYZ | 44.4 | 56.72 | 9.18 | - |
| YUV | 181.84 | 35.54 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 18 | 0.09 | 0 | 0.91 | 0.18 | 65.65 | 0.84 | 0.45 |
| Hex | BF | D1 | 12 | 9 | 0 | 5B | 12 | 42 | 54 | 2D |
| Octal | 277 | 321 | 22 | 11 | 0 | 133 | 22 | 102 | 124 | 55 |
| Binary | 10111111 | 11010001 | 10010 | 1001 | 0 | 1011011 | 10010 | 1000010 | 1010100 | 101101 |
Color Harmonies of #BFD112
Complementary color
Monochromatic Colors of #BFD112
Black with #BFD112
Text Example
Text Example
White with #BFD112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD112; }
p { color: rgb(191,209,18); }
H1.HeaderClassName
{
color: #BFD112;
}
.AnyTagClassName
{
color: #BFD112;
}
</style>
background-color css
<style>
a { background-color: #BFD112; }
a { background-color: rgb(191,209,18); }
div.DivClassName
{
background-color: #BFD112;
}
.BgClassName
{
background-color: #BFD112;
}
</style>
border-color css
<style>
span { border-color: #BFD112; }
span { border-color: rgb(191,209,18); }
td.TdClassName
{
border-color: #BFD112;
}
.TagClassName
{
border-color: #BFD112;
}
</style>