Shades of Rio Grande #BFD012
Tints of Rio Grande #BFD012
RGB
CMYK
RGB Variations
Color information
#BFD012 (or 0xBFD012) is known color: Rio Grande. HEX triplet: BF, D0 and 12. RGB value is (191,208,18). Sum of RGB (Red+Green+Blue) = 191+208+18=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 18 (7.42% from 255 or 4.32% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD012 is #402FED. Grayscale: #B5B5B5. Windows color (decimal): -4206574 or 1233087. OLE color: 1233087.
HSL color Cylindrical-coordinate representation of color #BFD012: hue angle of 65.37º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFD012 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 208 | 18 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.18 |
| HSL | 65.37º | 0.84% | 0.44% | - |
| HSV(B) | 65.37º | 0.91% | 0.82% | - |
| XYZ | 44.15 | 56.23 | 9.1 | - |
| YUV | 181.26 | 35.87 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 18 | 0.08 | 0 | 0.91 | 0.18 | 65.37 | 0.84 | 0.44 |
| Hex | BF | D0 | 12 | 8 | 0 | 5B | 12 | 41 | 54 | 2C |
| Octal | 277 | 320 | 22 | 10 | 0 | 133 | 22 | 101 | 124 | 54 |
| Binary | 10111111 | 11010000 | 10010 | 1000 | 0 | 1011011 | 10010 | 1000001 | 1010100 | 101100 |
Color Harmonies of #BFD012
Complementary color
Monochromatic Colors of #BFD012
Black with #BFD012
Text Example
Text Example
White with #BFD012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD012; }
p { color: rgb(191,208,18); }
H1.HeaderClassName
{
color: #BFD012;
}
.AnyTagClassName
{
color: #BFD012;
}
</style>
background-color css
<style>
a { background-color: #BFD012; }
a { background-color: rgb(191,208,18); }
div.DivClassName
{
background-color: #BFD012;
}
.BgClassName
{
background-color: #BFD012;
}
</style>
border-color css
<style>
span { border-color: #BFD012; }
span { border-color: rgb(191,208,18); }
td.TdClassName
{
border-color: #BFD012;
}
.TagClassName
{
border-color: #BFD012;
}
</style>