Shades of Rio Grande #BFCD1E
Tints of Rio Grande #BFCD1E
RGB
CMYK
RGB Variations
Color information
#BFCD1E (or 0xBFCD1E) is known color: Rio Grande. HEX triplet: BF, CD and 1E. RGB value is (191,205,30). Sum of RGB (Red+Green+Blue) = 191+205+30=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 30 (12.11% from 255 or 7.04% from 426); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCD1E is #4032E1. Grayscale: #B5B5B5. Windows color (decimal): -4207330 or 2018751. OLE color: 2018751.
HSL color Cylindrical-coordinate representation of color #BFCD1E: hue angle of 64.8º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BFCD1E is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 30 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.20 |
| HSL | 64.8º | 0.74% | 0.46% | - |
| HSV(B) | 64.8º | 0.85% | 0.8% | - |
| XYZ | 43.55 | 54.83 | 9.52 | - |
| YUV | 180.86 | 42.86 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 30 | 0.07 | 0 | 0.85 | 0.20 | 64.8 | 0.74 | 0.46 |
| Hex | BF | CD | 1E | 7 | 0 | 55 | 14 | 41 | 4A | 2E |
| Octal | 277 | 315 | 36 | 7 | 0 | 125 | 24 | 101 | 112 | 56 |
| Binary | 10111111 | 11001101 | 11110 | 111 | 0 | 1010101 | 10100 | 1000001 | 1001010 | 101110 |
Color Harmonies of #BFCD1E
Complementary color
Monochromatic Colors of #BFCD1E
Black with #BFCD1E
Text Example
Text Example
White with #BFCD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCD1E; }
p { color: rgb(191,205,30); }
H1.HeaderClassName
{
color: #BFCD1E;
}
.AnyTagClassName
{
color: #BFCD1E;
}
</style>
background-color css
<style>
a { background-color: #BFCD1E; }
a { background-color: rgb(191,205,30); }
div.DivClassName
{
background-color: #BFCD1E;
}
.BgClassName
{
background-color: #BFCD1E;
}
</style>
border-color css
<style>
span { border-color: #BFCD1E; }
span { border-color: rgb(191,205,30); }
td.TdClassName
{
border-color: #BFCD1E;
}
.TagClassName
{
border-color: #BFCD1E;
}
</style>