Shades of Rio Grande #BBCF1F
Tints of Rio Grande #BBCF1F
RGB
CMYK
RGB Variations
Color information
#BBCF1F (or 0xBBCF1F) is known color: Rio Grande. HEX triplet: BB, CF and 1F. RGB value is (187,207,31). Sum of RGB (Red+Green+Blue) = 187+207+31=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 207 (81.25% from 255 or 48.71% from 425); Blue value is 31 (12.5% from 255 or 7.29% from 425); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCF1F is #4430E0. Grayscale: #B5B5B5. Windows color (decimal): -4468961 or 2084795. OLE color: 2084795.
HSL color Cylindrical-coordinate representation of color #BBCF1F: hue angle of 66.82º 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 #BBCF1F is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 207 | 31 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.19 |
| HSL | 66.82º | 0.74% | 0.47% | - |
| HSV(B) | 66.82º | 0.85% | 0.81% | - |
| XYZ | 43.05 | 55.29 | 9.7 | - |
| YUV | 180.96 | 43.37 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 31 | 0.10 | 0 | 0.85 | 0.19 | 66.82 | 0.74 | 0.47 |
| Hex | BB | CF | 1F | A | 0 | 55 | 13 | 43 | 4A | 2F |
| Octal | 273 | 317 | 37 | 12 | 0 | 125 | 23 | 103 | 112 | 57 |
| Binary | 10111011 | 11001111 | 11111 | 1010 | 0 | 1010101 | 10011 | 1000011 | 1001010 | 101111 |
Color Harmonies of #BBCF1F
Complementary color
Monochromatic Colors of #BBCF1F
Black with #BBCF1F
Text Example
Text Example
White with #BBCF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCF1F; }
p { color: rgb(187,207,31); }
H1.HeaderClassName
{
color: #BBCF1F;
}
.AnyTagClassName
{
color: #BBCF1F;
}
</style>
background-color css
<style>
a { background-color: #BBCF1F; }
a { background-color: rgb(187,207,31); }
div.DivClassName
{
background-color: #BBCF1F;
}
.BgClassName
{
background-color: #BBCF1F;
}
</style>
border-color css
<style>
span { border-color: #BBCF1F; }
span { border-color: rgb(187,207,31); }
td.TdClassName
{
border-color: #BBCF1F;
}
.TagClassName
{
border-color: #BBCF1F;
}
</style>