Shades of Rio Grande #BFCC1F
Tints of Rio Grande #BFCC1F
RGB
CMYK
RGB Variations
Color information
#BFCC1F (or 0xBFCC1F) is known color: Rio Grande. HEX triplet: BF, CC and 1F. RGB value is (191,204,31). Sum of RGB (Red+Green+Blue) = 191+204+31=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 31 (12.5% from 255 or 7.28% from 426); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCC1F is #4033E0. Grayscale: #B5B5B5. Windows color (decimal): -4207585 or 2084031. OLE color: 2084031.
HSL color Cylindrical-coordinate representation of color #BFCC1F: hue angle of 64.51º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BFCC1F is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 31 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.2 |
| HSL | 64.51º | 0.74% | 0.46% | - |
| HSV(B) | 64.51º | 0.85% | 0.8% | - |
| XYZ | 43.33 | 54.36 | 9.51 | - |
| YUV | 180.39 | 43.69 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 31 | 0.06 | 0 | 0.85 | 0.2 | 64.51 | 0.74 | 0.46 |
| Hex | BF | CC | 1F | 6 | 0 | 55 | 14 | 41 | 4A | 2E |
| Octal | 277 | 314 | 37 | 6 | 0 | 125 | 24 | 101 | 112 | 56 |
| Binary | 10111111 | 11001100 | 11111 | 110 | 0 | 1010101 | 10100 | 1000001 | 1001010 | 101110 |
Color Harmonies of #BFCC1F
Complementary color
Monochromatic Colors of #BFCC1F
Black with #BFCC1F
Text Example
Text Example
White with #BFCC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC1F; }
p { color: rgb(191,204,31); }
H1.HeaderClassName
{
color: #BFCC1F;
}
.AnyTagClassName
{
color: #BFCC1F;
}
</style>
background-color css
<style>
a { background-color: #BFCC1F; }
a { background-color: rgb(191,204,31); }
div.DivClassName
{
background-color: #BFCC1F;
}
.BgClassName
{
background-color: #BFCC1F;
}
</style>
border-color css
<style>
span { border-color: #BFCC1F; }
span { border-color: rgb(191,204,31); }
td.TdClassName
{
border-color: #BFCC1F;
}
.TagClassName
{
border-color: #BFCC1F;
}
</style>