Shades of Rio Grande #BFD60D
Tints of Rio Grande #BFD60D
RGB
CMYK
RGB Variations
Color information
#BFD60D (or 0xBFD60D) is known color: Rio Grande. HEX triplet: BF, D6 and 0D. RGB value is (191,214,13). Sum of RGB (Red+Green+Blue) = 191+214+13=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 214 (83.98% from 255 or 51.20% from 418); Blue value is 13 (5.47% from 255 or 3.11% from 418); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD60D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD60D is #4029F2. Grayscale: #B8B8B8. Windows color (decimal): -4205043 or 906943. OLE color: 906943.
HSL color Cylindrical-coordinate representation of color #BFD60D: hue angle of 66.87º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFD60D is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 13 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.16 |
| HSL | 66.87º | 0.89% | 0.45% | - |
| HSV(B) | 66.87º | 0.94% | 0.84% | - |
| XYZ | 45.61 | 59.2 | 9.4 | - |
| YUV | 184.21 | 31.38 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 13 | 0.11 | 0 | 0.94 | 0.16 | 66.87 | 0.89 | 0.45 |
| Hex | BF | D6 | D | B | 0 | 5E | 10 | 43 | 59 | 2D |
| Octal | 277 | 326 | 15 | 13 | 0 | 136 | 20 | 103 | 131 | 55 |
| Binary | 10111111 | 11010110 | 1101 | 1011 | 0 | 1011110 | 10000 | 1000011 | 1011001 | 101101 |
Color Harmonies of #BFD60D
Complementary color
Monochromatic Colors of #BFD60D
Black with #BFD60D
Text Example
Text Example
White with #BFD60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD60D; }
p { color: rgb(191,214,13); }
H1.HeaderClassName
{
color: #BFD60D;
}
.AnyTagClassName
{
color: #BFD60D;
}
</style>
background-color css
<style>
a { background-color: #BFD60D; }
a { background-color: rgb(191,214,13); }
div.DivClassName
{
background-color: #BFD60D;
}
.BgClassName
{
background-color: #BFD60D;
}
</style>
border-color css
<style>
span { border-color: #BFD60D; }
span { border-color: rgb(191,214,13); }
td.TdClassName
{
border-color: #BFD60D;
}
.TagClassName
{
border-color: #BFD60D;
}
</style>