Shades of Rio Grande #BFCC15
Tints of Rio Grande #BFCC15
RGB
CMYK
RGB Variations
Color information
#BFCC15 (or 0xBFCC15) is known color: Rio Grande. HEX triplet: BF, CC and 15. RGB value is (191,204,21). Sum of RGB (Red+Green+Blue) = 191+204+21=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 21 (8.59% from 255 or 5.05% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCC15 is #4033EA. Grayscale: #B3B3B3. Windows color (decimal): -4207595 or 1428671. OLE color: 1428671.
HSL color Cylindrical-coordinate representation of color #BFCC15: hue angle of 64.26º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFCC15 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 21 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.2 |
| HSL | 64.26º | 0.81% | 0.44% | - |
| HSV(B) | 64.26º | 0.9% | 0.8% | - |
| XYZ | 43.21 | 54.32 | 8.92 | - |
| YUV | 179.25 | 38.69 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 21 | 0.06 | 0 | 0.90 | 0.2 | 64.26 | 0.81 | 0.44 |
| Hex | BF | CC | 15 | 6 | 0 | 5A | 14 | 40 | 51 | 2C |
| Octal | 277 | 314 | 25 | 6 | 0 | 132 | 24 | 100 | 121 | 54 |
| Binary | 10111111 | 11001100 | 10101 | 110 | 0 | 1011010 | 10100 | 1000000 | 1010001 | 101100 |
Color Harmonies of #BFCC15
Complementary color
Monochromatic Colors of #BFCC15
Black with #BFCC15
Text Example
Text Example
White with #BFCC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC15; }
p { color: rgb(191,204,21); }
H1.HeaderClassName
{
color: #BFCC15;
}
.AnyTagClassName
{
color: #BFCC15;
}
</style>
background-color css
<style>
a { background-color: #BFCC15; }
a { background-color: rgb(191,204,21); }
div.DivClassName
{
background-color: #BFCC15;
}
.BgClassName
{
background-color: #BFCC15;
}
</style>
border-color css
<style>
span { border-color: #BFCC15; }
span { border-color: rgb(191,204,21); }
td.TdClassName
{
border-color: #BFCC15;
}
.TagClassName
{
border-color: #BFCC15;
}
</style>