Shades of Rio Grande #BFCD12
Tints of Rio Grande #BFCD12
RGB
CMYK
RGB Variations
Color information
#BFCD12 (or 0xBFCD12) is known color: Rio Grande. HEX triplet: BF, CD and 12. RGB value is (191,205,18). Sum of RGB (Red+Green+Blue) = 191+205+18=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 205 (80.47% from 255 or 49.52% from 414); Blue value is 18 (7.42% from 255 or 4.35% from 414); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCD12 is #4032ED. Grayscale: #B4B4B4. Windows color (decimal): -4207342 or 1232319. OLE color: 1232319.
HSL color Cylindrical-coordinate representation of color #BFCD12: hue angle of 64.49º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFCD12 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 18 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.20 |
| HSL | 64.49º | 0.84% | 0.44% | - |
| HSV(B) | 64.49º | 0.91% | 0.8% | - |
| XYZ | 43.43 | 54.78 | 8.86 | - |
| YUV | 179.5 | 36.86 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 18 | 0.07 | 0 | 0.91 | 0.20 | 64.49 | 0.84 | 0.44 |
| Hex | BF | CD | 12 | 7 | 0 | 5B | 14 | 40 | 54 | 2C |
| Octal | 277 | 315 | 22 | 7 | 0 | 133 | 24 | 100 | 124 | 54 |
| Binary | 10111111 | 11001101 | 10010 | 111 | 0 | 1011011 | 10100 | 1000000 | 1010100 | 101100 |
Color Harmonies of #BFCD12
Complementary color
Monochromatic Colors of #BFCD12
Black with #BFCD12
Text Example
Text Example
White with #BFCD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCD12; }
p { color: rgb(191,205,18); }
H1.HeaderClassName
{
color: #BFCD12;
}
.AnyTagClassName
{
color: #BFCD12;
}
</style>
background-color css
<style>
a { background-color: #BFCD12; }
a { background-color: rgb(191,205,18); }
div.DivClassName
{
background-color: #BFCD12;
}
.BgClassName
{
background-color: #BFCD12;
}
</style>
border-color css
<style>
span { border-color: #BFCD12; }
span { border-color: rgb(191,205,18); }
td.TdClassName
{
border-color: #BFCD12;
}
.TagClassName
{
border-color: #BFCD12;
}
</style>