Shades of Rio Grande #BCBF21
Tints of Rio Grande #BCBF21
RGB
CMYK
RGB Variations
Color information
#BCBF21 (or 0xBCBF21) is known color: Rio Grande. HEX triplet: BC, BF and 21. RGB value is (188,191,33). Sum of RGB (Red+Green+Blue) = 188+191+33=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 191 (75% from 255 or 46.36% from 412); Blue value is 33 (13.28% from 255 or 8.01% from 412); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBF21 is #4340DE. Grayscale: #ACACAC. Windows color (decimal): -4407519 or 2211772. OLE color: 2211772.
HSL color Cylindrical-coordinate representation of color #BCBF21: hue angle of 61.14º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCBF21 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 191 | 33 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.25 |
| HSL | 61.14º | 0.71% | 0.44% | - |
| HSV(B) | 61.14º | 0.83% | 0.75% | - |
| XYZ | 39.64 | 48.06 | 8.63 | - |
| YUV | 172.09 | 49.51 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 33 | 0.02 | 0 | 0.83 | 0.25 | 61.14 | 0.71 | 0.44 |
| Hex | BC | BF | 21 | 2 | 0 | 53 | 19 | 3D | 47 | 2C |
| Octal | 274 | 277 | 41 | 2 | 0 | 123 | 31 | 75 | 107 | 54 |
| Binary | 10111100 | 10111111 | 100001 | 10 | 0 | 1010011 | 11001 | 111101 | 1000111 | 101100 |
Color Harmonies of #BCBF21
Complementary color
Monochromatic Colors of #BCBF21
Black with #BCBF21
Text Example
Text Example
White with #BCBF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBF21; }
p { color: rgb(188,191,33); }
H1.HeaderClassName
{
color: #BCBF21;
}
.AnyTagClassName
{
color: #BCBF21;
}
</style>
background-color css
<style>
a { background-color: #BCBF21; }
a { background-color: rgb(188,191,33); }
div.DivClassName
{
background-color: #BCBF21;
}
.BgClassName
{
background-color: #BCBF21;
}
</style>
border-color css
<style>
span { border-color: #BCBF21; }
span { border-color: rgb(188,191,33); }
td.TdClassName
{
border-color: #BCBF21;
}
.TagClassName
{
border-color: #BCBF21;
}
</style>