Shades of Rio Grande #BFCC16
Tints of Rio Grande #BFCC16
RGB
CMYK
RGB Variations
Color information
#BFCC16 (or 0xBFCC16) is known color: Rio Grande. HEX triplet: BF, CC and 16. RGB value is (191,204,22). Sum of RGB (Red+Green+Blue) = 191+204+22=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 22 (8.98% from 255 or 5.28% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCC16 is #4033E9. Grayscale: #B4B4B4. Windows color (decimal): -4207594 or 1494207. OLE color: 1494207.
HSL color Cylindrical-coordinate representation of color #BFCC16: hue angle of 64.29º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BFCC16 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 22 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.2 |
| HSL | 64.29º | 0.81% | 0.44% | - |
| HSV(B) | 64.29º | 0.89% | 0.8% | - |
| XYZ | 43.22 | 54.32 | 8.97 | - |
| YUV | 179.37 | 39.19 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 22 | 0.06 | 0 | 0.89 | 0.2 | 64.29 | 0.81 | 0.44 |
| Hex | BF | CC | 16 | 6 | 0 | 59 | 14 | 40 | 51 | 2C |
| Octal | 277 | 314 | 26 | 6 | 0 | 131 | 24 | 100 | 121 | 54 |
| Binary | 10111111 | 11001100 | 10110 | 110 | 0 | 1011001 | 10100 | 1000000 | 1010001 | 101100 |
Color Harmonies of #BFCC16
Complementary color
Monochromatic Colors of #BFCC16
Black with #BFCC16
Text Example
Text Example
White with #BFCC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC16; }
p { color: rgb(191,204,22); }
H1.HeaderClassName
{
color: #BFCC16;
}
.AnyTagClassName
{
color: #BFCC16;
}
</style>
background-color css
<style>
a { background-color: #BFCC16; }
a { background-color: rgb(191,204,22); }
div.DivClassName
{
background-color: #BFCC16;
}
.BgClassName
{
background-color: #BFCC16;
}
</style>
border-color css
<style>
span { border-color: #BFCC16; }
span { border-color: rgb(191,204,22); }
td.TdClassName
{
border-color: #BFCC16;
}
.TagClassName
{
border-color: #BFCC16;
}
</style>