Shades of Rio Grande #BFCC1D
Tints of Rio Grande #BFCC1D
RGB
CMYK
RGB Variations
Color information
#BFCC1D (or 0xBFCC1D) is known color: Rio Grande. HEX triplet: BF, CC and 1D. RGB value is (191,204,29). Sum of RGB (Red+Green+Blue) = 191+204+29=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 204 (80.08% from 255 or 48.11% from 424); Blue value is 29 (11.72% from 255 or 6.84% from 424); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCC1D is #4033E2. Grayscale: #B4B4B4. Windows color (decimal): -4207587 or 1952959. OLE color: 1952959.
HSL color Cylindrical-coordinate representation of color #BFCC1D: hue angle of 64.46º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BFCC1D is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 29 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.2 |
| HSL | 64.46º | 0.75% | 0.46% | - |
| HSV(B) | 64.46º | 0.86% | 0.8% | - |
| XYZ | 43.3 | 54.35 | 9.37 | - |
| YUV | 180.16 | 42.69 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 29 | 0.06 | 0 | 0.86 | 0.2 | 64.46 | 0.75 | 0.46 |
| Hex | BF | CC | 1D | 6 | 0 | 56 | 14 | 40 | 4B | 2E |
| Octal | 277 | 314 | 35 | 6 | 0 | 126 | 24 | 100 | 113 | 56 |
| Binary | 10111111 | 11001100 | 11101 | 110 | 0 | 1010110 | 10100 | 1000000 | 1001011 | 101110 |
Color Harmonies of #BFCC1D
Complementary color
Monochromatic Colors of #BFCC1D
Black with #BFCC1D
Text Example
Text Example
White with #BFCC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC1D; }
p { color: rgb(191,204,29); }
H1.HeaderClassName
{
color: #BFCC1D;
}
.AnyTagClassName
{
color: #BFCC1D;
}
</style>
background-color css
<style>
a { background-color: #BFCC1D; }
a { background-color: rgb(191,204,29); }
div.DivClassName
{
background-color: #BFCC1D;
}
.BgClassName
{
background-color: #BFCC1D;
}
</style>
border-color css
<style>
span { border-color: #BFCC1D; }
span { border-color: rgb(191,204,29); }
td.TdClassName
{
border-color: #BFCC1D;
}
.TagClassName
{
border-color: #BFCC1D;
}
</style>