Shades of Rio Grande #BCBF26
Tints of Rio Grande #BCBF26
RGB
CMYK
RGB Variations
Color information
#BCBF26 (or 0xBCBF26) is known color: Rio Grande. HEX triplet: BC, BF and 26. RGB value is (188,191,38). Sum of RGB (Red+Green+Blue) = 188+191+38=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 38 (15.23% from 255 or 9.11% from 417); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBF26 is #4340D9. Grayscale: #ADADAD. Windows color (decimal): -4407514 or 2539452. OLE color: 2539452.
HSL color Cylindrical-coordinate representation of color #BCBF26: hue angle of 61.18º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCBF26 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 191 | 38 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.25 |
| HSL | 61.18º | 0.67% | 0.45% | - |
| HSV(B) | 61.18º | 0.8% | 0.75% | - |
| XYZ | 39.72 | 48.09 | 9.02 | - |
| YUV | 172.66 | 52.01 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 38 | 0.02 | 0 | 0.80 | 0.25 | 61.18 | 0.67 | 0.45 |
| Hex | BC | BF | 26 | 2 | 0 | 50 | 19 | 3D | 43 | 2D |
| Octal | 274 | 277 | 46 | 2 | 0 | 120 | 31 | 75 | 103 | 55 |
| Binary | 10111100 | 10111111 | 100110 | 10 | 0 | 1010000 | 11001 | 111101 | 1000011 | 101101 |
Color Harmonies of #BCBF26
Complementary color
Monochromatic Colors of #BCBF26
Black with #BCBF26
Text Example
Text Example
White with #BCBF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBF26; }
p { color: rgb(188,191,38); }
H1.HeaderClassName
{
color: #BCBF26;
}
.AnyTagClassName
{
color: #BCBF26;
}
</style>
background-color css
<style>
a { background-color: #BCBF26; }
a { background-color: rgb(188,191,38); }
div.DivClassName
{
background-color: #BCBF26;
}
.BgClassName
{
background-color: #BCBF26;
}
</style>
border-color css
<style>
span { border-color: #BCBF26; }
span { border-color: rgb(188,191,38); }
td.TdClassName
{
border-color: #BCBF26;
}
.TagClassName
{
border-color: #BCBF26;
}
</style>