Shades of Rio Grande #BFD013
Tints of Rio Grande #BFD013
RGB
CMYK
RGB Variations
Color information
#BFD013 (or 0xBFD013) is known color: Rio Grande. HEX triplet: BF, D0 and 13. RGB value is (191,208,19). Sum of RGB (Red+Green+Blue) = 191+208+19=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 208 (81.64% from 255 or 49.76% from 418); Blue value is 19 (7.81% from 255 or 4.55% from 418); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD013 is #402FEC. Grayscale: #B6B6B6. Windows color (decimal): -4206573 or 1298623. OLE color: 1298623.
HSL color Cylindrical-coordinate representation of color #BFD013: hue angle of 65.4º degrees, saturation: 0.83, 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 #BFD013 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 208 | 19 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.18 |
| HSL | 65.4º | 0.83% | 0.45% | - |
| HSV(B) | 65.4º | 0.91% | 0.82% | - |
| XYZ | 44.16 | 56.24 | 9.14 | - |
| YUV | 181.37 | 36.37 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 19 | 0.08 | 0 | 0.91 | 0.18 | 65.4 | 0.83 | 0.45 |
| Hex | BF | D0 | 13 | 8 | 0 | 5B | 12 | 41 | 53 | 2D |
| Octal | 277 | 320 | 23 | 10 | 0 | 133 | 22 | 101 | 123 | 55 |
| Binary | 10111111 | 11010000 | 10011 | 1000 | 0 | 1011011 | 10010 | 1000001 | 1010011 | 101101 |
Color Harmonies of #BFD013
Complementary color
Monochromatic Colors of #BFD013
Black with #BFD013
Text Example
Text Example
White with #BFD013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD013; }
p { color: rgb(191,208,19); }
H1.HeaderClassName
{
color: #BFD013;
}
.AnyTagClassName
{
color: #BFD013;
}
</style>
background-color css
<style>
a { background-color: #BFD013; }
a { background-color: rgb(191,208,19); }
div.DivClassName
{
background-color: #BFD013;
}
.BgClassName
{
background-color: #BFD013;
}
</style>
border-color css
<style>
span { border-color: #BFD013; }
span { border-color: rgb(191,208,19); }
td.TdClassName
{
border-color: #BFD013;
}
.TagClassName
{
border-color: #BFD013;
}
</style>