Shades of Rio Grande #BFD612
Tints of Rio Grande #BFD612
RGB
CMYK
RGB Variations
Color information
#BFD612 (or 0xBFD612) is known color: Rio Grande. HEX triplet: BF, D6 and 12. RGB value is (191,214,18). Sum of RGB (Red+Green+Blue) = 191+214+18=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 214 (83.98% from 255 or 50.59% from 423); Blue value is 18 (7.42% from 255 or 4.26% from 423); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD612 is #4029ED. Grayscale: #B9B9B9. Windows color (decimal): -4205038 or 1234623. OLE color: 1234623.
HSL color Cylindrical-coordinate representation of color #BFD612: hue angle of 67.04º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFD612 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 18 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.16 |
| HSL | 67.04º | 0.84% | 0.45% | - |
| HSV(B) | 67.04º | 0.92% | 0.84% | - |
| XYZ | 45.64 | 59.21 | 9.6 | - |
| YUV | 184.78 | 33.88 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 18 | 0.11 | 0 | 0.92 | 0.16 | 67.04 | 0.84 | 0.45 |
| Hex | BF | D6 | 12 | B | 0 | 5C | 10 | 43 | 54 | 2D |
| Octal | 277 | 326 | 22 | 13 | 0 | 134 | 20 | 103 | 124 | 55 |
| Binary | 10111111 | 11010110 | 10010 | 1011 | 0 | 1011100 | 10000 | 1000011 | 1010100 | 101101 |
Color Harmonies of #BFD612
Complementary color
Monochromatic Colors of #BFD612
Black with #BFD612
Text Example
Text Example
White with #BFD612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD612; }
p { color: rgb(191,214,18); }
H1.HeaderClassName
{
color: #BFD612;
}
.AnyTagClassName
{
color: #BFD612;
}
</style>
background-color css
<style>
a { background-color: #BFD612; }
a { background-color: rgb(191,214,18); }
div.DivClassName
{
background-color: #BFD612;
}
.BgClassName
{
background-color: #BFD612;
}
</style>
border-color css
<style>
span { border-color: #BFD612; }
span { border-color: rgb(191,214,18); }
td.TdClassName
{
border-color: #BFD612;
}
.TagClassName
{
border-color: #BFD612;
}
</style>