Shades of Rio Grande #BFCC17
Tints of Rio Grande #BFCC17
RGB
CMYK
RGB Variations
Color information
#BFCC17 (or 0xBFCC17) is known color: Rio Grande. HEX triplet: BF, CC and 17. RGB value is (191,204,23). Sum of RGB (Red+Green+Blue) = 191+204+23=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 204 (80.08% from 255 or 48.80% from 418); Blue value is 23 (9.38% from 255 or 5.50% from 418); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCC17 is #4033E8. Grayscale: #B4B4B4. Windows color (decimal): -4207593 or 1559743. OLE color: 1559743.
HSL color Cylindrical-coordinate representation of color #BFCC17: hue angle of 64.31º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BFCC17 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 23 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.2 |
| HSL | 64.31º | 0.8% | 0.45% | - |
| HSV(B) | 64.31º | 0.89% | 0.8% | - |
| XYZ | 43.23 | 54.32 | 9.02 | - |
| YUV | 179.48 | 39.69 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 23 | 0.06 | 0 | 0.89 | 0.2 | 64.31 | 0.8 | 0.45 |
| Hex | BF | CC | 17 | 6 | 0 | 59 | 14 | 40 | 50 | 2D |
| Octal | 277 | 314 | 27 | 6 | 0 | 131 | 24 | 100 | 120 | 55 |
| Binary | 10111111 | 11001100 | 10111 | 110 | 0 | 1011001 | 10100 | 1000000 | 1010000 | 101101 |
Color Harmonies of #BFCC17
Complementary color
Monochromatic Colors of #BFCC17
Black with #BFCC17
Text Example
Text Example
White with #BFCC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC17; }
p { color: rgb(191,204,23); }
H1.HeaderClassName
{
color: #BFCC17;
}
.AnyTagClassName
{
color: #BFCC17;
}
</style>
background-color css
<style>
a { background-color: #BFCC17; }
a { background-color: rgb(191,204,23); }
div.DivClassName
{
background-color: #BFCC17;
}
.BgClassName
{
background-color: #BFCC17;
}
</style>
border-color css
<style>
span { border-color: #BFCC17; }
span { border-color: rgb(191,204,23); }
td.TdClassName
{
border-color: #BFCC17;
}
.TagClassName
{
border-color: #BFCC17;
}
</style>