Shades of Rio Grande #BFCC1B
Tints of Rio Grande #BFCC1B
RGB
CMYK
RGB Variations
Color information
#BFCC1B (or 0xBFCC1B) is known color: Rio Grande. HEX triplet: BF, CC and 1B. RGB value is (191,204,27). Sum of RGB (Red+Green+Blue) = 191+204+27=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 27 (10.94% from 255 or 6.40% from 422); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCC1B is #4033E4. Grayscale: #B4B4B4. Windows color (decimal): -4207589 or 1821887. OLE color: 1821887.
HSL color Cylindrical-coordinate representation of color #BFCC1B: hue angle of 64.41º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFCC1B is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 27 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.2 |
| HSL | 64.41º | 0.77% | 0.45% | - |
| HSV(B) | 64.41º | 0.87% | 0.8% | - |
| XYZ | 43.28 | 54.34 | 9.24 | - |
| YUV | 179.94 | 41.69 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 27 | 0.06 | 0 | 0.87 | 0.2 | 64.41 | 0.77 | 0.45 |
| Hex | BF | CC | 1B | 6 | 0 | 57 | 14 | 40 | 4D | 2D |
| Octal | 277 | 314 | 33 | 6 | 0 | 127 | 24 | 100 | 115 | 55 |
| Binary | 10111111 | 11001100 | 11011 | 110 | 0 | 1010111 | 10100 | 1000000 | 1001101 | 101101 |
Color Harmonies of #BFCC1B
Complementary color
Monochromatic Colors of #BFCC1B
Black with #BFCC1B
Text Example
Text Example
White with #BFCC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC1B; }
p { color: rgb(191,204,27); }
H1.HeaderClassName
{
color: #BFCC1B;
}
.AnyTagClassName
{
color: #BFCC1B;
}
</style>
background-color css
<style>
a { background-color: #BFCC1B; }
a { background-color: rgb(191,204,27); }
div.DivClassName
{
background-color: #BFCC1B;
}
.BgClassName
{
background-color: #BFCC1B;
}
</style>
border-color css
<style>
span { border-color: #BFCC1B; }
span { border-color: rgb(191,204,27); }
td.TdClassName
{
border-color: #BFCC1B;
}
.TagClassName
{
border-color: #BFCC1B;
}
</style>