Shades of Rio Grande #BFD21C
Tints of Rio Grande #BFD21C
RGB
CMYK
RGB Variations
Color information
#BFD21C (or 0xBFD21C) is known color: Rio Grande. HEX triplet: BF, D2 and 1C. RGB value is (191,210,28). Sum of RGB (Red+Green+Blue) = 191+210+28=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 28 (11.33% from 255 or 6.53% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD21C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD21C is #402DE3. Grayscale: #B8B8B8. Windows color (decimal): -4206052 or 1888959. OLE color: 1888959.
HSL color Cylindrical-coordinate representation of color #BFD21C: hue angle of 66.26º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFD21C is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 28 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.18 |
| HSL | 66.26º | 0.76% | 0.47% | - |
| HSV(B) | 66.26º | 0.87% | 0.82% | - |
| XYZ | 44.74 | 57.25 | 9.79 | - |
| YUV | 183.57 | 40.21 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 28 | 0.09 | 0 | 0.87 | 0.18 | 66.26 | 0.76 | 0.47 |
| Hex | BF | D2 | 1C | 9 | 0 | 57 | 12 | 42 | 4C | 2F |
| Octal | 277 | 322 | 34 | 11 | 0 | 127 | 22 | 102 | 114 | 57 |
| Binary | 10111111 | 11010010 | 11100 | 1001 | 0 | 1010111 | 10010 | 1000010 | 1001100 | 101111 |
Color Harmonies of #BFD21C
Complementary color
Monochromatic Colors of #BFD21C
Black with #BFD21C
Text Example
Text Example
White with #BFD21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD21C; }
p { color: rgb(191,210,28); }
H1.HeaderClassName
{
color: #BFD21C;
}
.AnyTagClassName
{
color: #BFD21C;
}
</style>
background-color css
<style>
a { background-color: #BFD21C; }
a { background-color: rgb(191,210,28); }
div.DivClassName
{
background-color: #BFD21C;
}
.BgClassName
{
background-color: #BFD21C;
}
</style>
border-color css
<style>
span { border-color: #BFD21C; }
span { border-color: rgb(191,210,28); }
td.TdClassName
{
border-color: #BFD21C;
}
.TagClassName
{
border-color: #BFD21C;
}
</style>