Shades of Rio Grande #BFCB20
Tints of Rio Grande #BFCB20
RGB
CMYK
RGB Variations
Color information
#BFCB20 (or 0xBFCB20) is known color: Rio Grande. HEX triplet: BF, CB and 20. RGB value is (191,203,32). Sum of RGB (Red+Green+Blue) = 191+203+32=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 32 (12.89% from 255 or 7.51% from 426); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCB20 is #4034DF. Grayscale: #B4B4B4. Windows color (decimal): -4207840 or 2149311. OLE color: 2149311.
HSL color Cylindrical-coordinate representation of color #BFCB20: hue angle of 64.21º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BFCB20 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 203 | 32 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.20 |
| HSL | 64.21º | 0.73% | 0.46% | - |
| HSV(B) | 64.21º | 0.84% | 0.8% | - |
| XYZ | 43.1 | 53.89 | 9.5 | - |
| YUV | 179.92 | 44.52 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 32 | 0.06 | 0 | 0.84 | 0.20 | 64.21 | 0.73 | 0.46 |
| Hex | BF | CB | 20 | 6 | 0 | 54 | 14 | 40 | 49 | 2E |
| Octal | 277 | 313 | 40 | 6 | 0 | 124 | 24 | 100 | 111 | 56 |
| Binary | 10111111 | 11001011 | 100000 | 110 | 0 | 1010100 | 10100 | 1000000 | 1001001 | 101110 |
Color Harmonies of #BFCB20
Complementary color
Monochromatic Colors of #BFCB20
Black with #BFCB20
Text Example
Text Example
White with #BFCB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCB20; }
p { color: rgb(191,203,32); }
H1.HeaderClassName
{
color: #BFCB20;
}
.AnyTagClassName
{
color: #BFCB20;
}
</style>
background-color css
<style>
a { background-color: #BFCB20; }
a { background-color: rgb(191,203,32); }
div.DivClassName
{
background-color: #BFCB20;
}
.BgClassName
{
background-color: #BFCB20;
}
</style>
border-color css
<style>
span { border-color: #BFCB20; }
span { border-color: rgb(191,203,32); }
td.TdClassName
{
border-color: #BFCB20;
}
.TagClassName
{
border-color: #BFCB20;
}
</style>