Shades of Rio Grande #BFD21D
Tints of Rio Grande #BFD21D
RGB
CMYK
RGB Variations
Color information
#BFD21D (or 0xBFD21D) is known color: Rio Grande. HEX triplet: BF, D2 and 1D. RGB value is (191,210,29). Sum of RGB (Red+Green+Blue) = 191+210+29=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 210 (82.42% from 255 or 48.84% from 430); Blue value is 29 (11.72% from 255 or 6.74% from 430); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD21D is #402DE2. Grayscale: #B8B8B8. Windows color (decimal): -4206051 or 1954495. OLE color: 1954495.
HSL color Cylindrical-coordinate representation of color #BFD21D: hue angle of 66.3º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BFD21D is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 29 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.18 |
| HSL | 66.3º | 0.76% | 0.47% | - |
| HSV(B) | 66.3º | 0.86% | 0.82% | - |
| XYZ | 44.75 | 57.26 | 9.86 | - |
| YUV | 183.69 | 40.71 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 29 | 0.09 | 0 | 0.86 | 0.18 | 66.3 | 0.76 | 0.47 |
| Hex | BF | D2 | 1D | 9 | 0 | 56 | 12 | 42 | 4C | 2F |
| Octal | 277 | 322 | 35 | 11 | 0 | 126 | 22 | 102 | 114 | 57 |
| Binary | 10111111 | 11010010 | 11101 | 1001 | 0 | 1010110 | 10010 | 1000010 | 1001100 | 101111 |
Color Harmonies of #BFD21D
Complementary color
Monochromatic Colors of #BFD21D
Black with #BFD21D
Text Example
Text Example
White with #BFD21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD21D; }
p { color: rgb(191,210,29); }
H1.HeaderClassName
{
color: #BFD21D;
}
.AnyTagClassName
{
color: #BFD21D;
}
</style>
background-color css
<style>
a { background-color: #BFD21D; }
a { background-color: rgb(191,210,29); }
div.DivClassName
{
background-color: #BFD21D;
}
.BgClassName
{
background-color: #BFD21D;
}
</style>
border-color css
<style>
span { border-color: #BFD21D; }
span { border-color: rgb(191,210,29); }
td.TdClassName
{
border-color: #BFD21D;
}
.TagClassName
{
border-color: #BFD21D;
}
</style>