Shades of Rio Grande #BCCF1F
Tints of Rio Grande #BCCF1F
RGB
CMYK
RGB Variations
Color information
#BCCF1F (or 0xBCCF1F) is known color: Rio Grande. HEX triplet: BC, CF and 1F. RGB value is (188,207,31). Sum of RGB (Red+Green+Blue) = 188+207+31=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 207 (81.25% from 255 or 48.59% from 426); Blue value is 31 (12.5% from 255 or 7.28% from 426); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCF1F is #4330E0. Grayscale: #B5B5B5. Windows color (decimal): -4403425 or 2084796. OLE color: 2084796.
HSL color Cylindrical-coordinate representation of color #BCCF1F: hue angle of 66.48º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCCF1F is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 31 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.19 |
| HSL | 66.48º | 0.74% | 0.47% | - |
| HSV(B) | 66.48º | 0.85% | 0.81% | - |
| XYZ | 43.3 | 55.42 | 9.71 | - |
| YUV | 181.26 | 43.21 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 31 | 0.09 | 0 | 0.85 | 0.19 | 66.48 | 0.74 | 0.47 |
| Hex | BC | CF | 1F | 9 | 0 | 55 | 13 | 42 | 4A | 2F |
| Octal | 274 | 317 | 37 | 11 | 0 | 125 | 23 | 102 | 112 | 57 |
| Binary | 10111100 | 11001111 | 11111 | 1001 | 0 | 1010101 | 10011 | 1000010 | 1001010 | 101111 |
Color Harmonies of #BCCF1F
Complementary color
Monochromatic Colors of #BCCF1F
Black with #BCCF1F
Text Example
Text Example
White with #BCCF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCF1F; }
p { color: rgb(188,207,31); }
H1.HeaderClassName
{
color: #BCCF1F;
}
.AnyTagClassName
{
color: #BCCF1F;
}
</style>
background-color css
<style>
a { background-color: #BCCF1F; }
a { background-color: rgb(188,207,31); }
div.DivClassName
{
background-color: #BCCF1F;
}
.BgClassName
{
background-color: #BCCF1F;
}
</style>
border-color css
<style>
span { border-color: #BCCF1F; }
span { border-color: rgb(188,207,31); }
td.TdClassName
{
border-color: #BCCF1F;
}
.TagClassName
{
border-color: #BCCF1F;
}
</style>