Shades of Rio Grande #BCBF30
Tints of Rio Grande #BCBF30
RGB
CMYK
RGB Variations
Color information
#BCBF30 (or 0xBCBF30) is known color: Rio Grande. HEX triplet: BC, BF and 30. RGB value is (188,191,48). Sum of RGB (Red+Green+Blue) = 188+191+48=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 48 (19.14% from 255 or 11.24% from 427); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBF30 is #4340CF. Grayscale: #AEAEAE. Windows color (decimal): -4407504 or 3194812. OLE color: 3194812.
HSL color Cylindrical-coordinate representation of color #BCBF30: hue angle of 61.26º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCBF30 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 191 | 48 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.25 |
| HSL | 61.26º | 0.6% | 0.47% | - |
| HSV(B) | 61.26º | 0.75% | 0.75% | - |
| XYZ | 39.9 | 48.17 | 9.99 | - |
| YUV | 173.8 | 57.01 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 48 | 0.02 | 0 | 0.75 | 0.25 | 61.26 | 0.6 | 0.47 |
| Hex | BC | BF | 30 | 2 | 0 | 4B | 19 | 3D | 3C | 2F |
| Octal | 274 | 277 | 60 | 2 | 0 | 113 | 31 | 75 | 74 | 57 |
| Binary | 10111100 | 10111111 | 110000 | 10 | 0 | 1001011 | 11001 | 111101 | 111100 | 101111 |
Color Harmonies of #BCBF30
Complementary color
Monochromatic Colors of #BCBF30
Black with #BCBF30
Text Example
Text Example
White with #BCBF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBF30; }
p { color: rgb(188,191,48); }
H1.HeaderClassName
{
color: #BCBF30;
}
.AnyTagClassName
{
color: #BCBF30;
}
</style>
background-color css
<style>
a { background-color: #BCBF30; }
a { background-color: rgb(188,191,48); }
div.DivClassName
{
background-color: #BCBF30;
}
.BgClassName
{
background-color: #BCBF30;
}
</style>
border-color css
<style>
span { border-color: #BCBF30; }
span { border-color: rgb(188,191,48); }
td.TdClassName
{
border-color: #BCBF30;
}
.TagClassName
{
border-color: #BCBF30;
}
</style>