Shades of Rio Grande #BFCC11
Tints of Rio Grande #BFCC11
RGB
CMYK
RGB Variations
Color information
#BFCC11 (or 0xBFCC11) is known color: Rio Grande. HEX triplet: BF, CC and 11. RGB value is (191,204,17). Sum of RGB (Red+Green+Blue) = 191+204+17=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 204 (80.08% from 255 or 49.51% from 412); Blue value is 17 (7.03% from 255 or 4.13% from 412); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCC11 is #4033EE. Grayscale: #B3B3B3. Windows color (decimal): -4207599 or 1166527. OLE color: 1166527.
HSL color Cylindrical-coordinate representation of color #BFCC11: hue angle of 64.17º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFCC11 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 17 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.2 |
| HSL | 64.17º | 0.85% | 0.43% | - |
| HSV(B) | 64.17º | 0.92% | 0.8% | - |
| XYZ | 43.18 | 54.3 | 8.74 | - |
| YUV | 178.8 | 36.69 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 17 | 0.06 | 0 | 0.92 | 0.2 | 64.17 | 0.85 | 0.43 |
| Hex | BF | CC | 11 | 6 | 0 | 5C | 14 | 40 | 55 | 2B |
| Octal | 277 | 314 | 21 | 6 | 0 | 134 | 24 | 100 | 125 | 53 |
| Binary | 10111111 | 11001100 | 10001 | 110 | 0 | 1011100 | 10100 | 1000000 | 1010101 | 101011 |
Color Harmonies of #BFCC11
Complementary color
Monochromatic Colors of #BFCC11
Black with #BFCC11
Text Example
Text Example
White with #BFCC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC11; }
p { color: rgb(191,204,17); }
H1.HeaderClassName
{
color: #BFCC11;
}
.AnyTagClassName
{
color: #BFCC11;
}
</style>
background-color css
<style>
a { background-color: #BFCC11; }
a { background-color: rgb(191,204,17); }
div.DivClassName
{
background-color: #BFCC11;
}
.BgClassName
{
background-color: #BFCC11;
}
</style>
border-color css
<style>
span { border-color: #BFCC11; }
span { border-color: rgb(191,204,17); }
td.TdClassName
{
border-color: #BFCC11;
}
.TagClassName
{
border-color: #BFCC11;
}
</style>