Shades of Rio Grande #BFD11C
Tints of Rio Grande #BFD11C
RGB
CMYK
RGB Variations
Color information
#BFD11C (or 0xBFD11C) is known color: Rio Grande. HEX triplet: BF, D1 and 1C. RGB value is (191,209,28). Sum of RGB (Red+Green+Blue) = 191+209+28=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 209 (82.03% from 255 or 48.83% from 428); Blue value is 28 (11.33% from 255 or 6.54% from 428); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD11C is #402EE3. Grayscale: #B7B7B7. Windows color (decimal): -4206308 or 1888703. OLE color: 1888703.
HSL color Cylindrical-coordinate representation of color #BFD11C: hue angle of 65.97º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFD11C is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 28 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.18 |
| HSL | 65.97º | 0.76% | 0.46% | - |
| HSV(B) | 65.97º | 0.87% | 0.82% | - |
| XYZ | 44.5 | 56.76 | 9.71 | - |
| YUV | 182.98 | 40.54 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 28 | 0.09 | 0 | 0.87 | 0.18 | 65.97 | 0.76 | 0.46 |
| Hex | BF | D1 | 1C | 9 | 0 | 57 | 12 | 42 | 4C | 2E |
| Octal | 277 | 321 | 34 | 11 | 0 | 127 | 22 | 102 | 114 | 56 |
| Binary | 10111111 | 11010001 | 11100 | 1001 | 0 | 1010111 | 10010 | 1000010 | 1001100 | 101110 |
Color Harmonies of #BFD11C
Complementary color
Monochromatic Colors of #BFD11C
Black with #BFD11C
Text Example
Text Example
White with #BFD11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD11C; }
p { color: rgb(191,209,28); }
H1.HeaderClassName
{
color: #BFD11C;
}
.AnyTagClassName
{
color: #BFD11C;
}
</style>
background-color css
<style>
a { background-color: #BFD11C; }
a { background-color: rgb(191,209,28); }
div.DivClassName
{
background-color: #BFD11C;
}
.BgClassName
{
background-color: #BFD11C;
}
</style>
border-color css
<style>
span { border-color: #BFD11C; }
span { border-color: rgb(191,209,28); }
td.TdClassName
{
border-color: #BFD11C;
}
.TagClassName
{
border-color: #BFD11C;
}
</style>