Shades of Rio Grande #BBC31F
Tints of Rio Grande #BBC31F
RGB
CMYK
RGB Variations
Color information
#BBC31F (or 0xBBC31F) is known color: Rio Grande. HEX triplet: BB, C3 and 1F. RGB value is (187,195,31). Sum of RGB (Red+Green+Blue) = 187+195+31=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 195 (76.56% from 255 or 47.22% from 413); Blue value is 31 (12.5% from 255 or 7.51% from 413); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC31F is #443CE0. Grayscale: #AEAEAE. Windows color (decimal): -4472033 or 2081723. OLE color: 2081723.
HSL color Cylindrical-coordinate representation of color #BBC31F: hue angle of 62.93º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBC31F is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 31 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.24 |
| HSL | 62.93º | 0.73% | 0.44% | - |
| HSV(B) | 62.93º | 0.84% | 0.76% | - |
| XYZ | 40.26 | 49.69 | 8.77 | - |
| YUV | 173.91 | 47.35 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 31 | 0.04 | 0 | 0.84 | 0.24 | 62.93 | 0.73 | 0.44 |
| Hex | BB | C3 | 1F | 4 | 0 | 54 | 18 | 3F | 49 | 2C |
| Octal | 273 | 303 | 37 | 4 | 0 | 124 | 30 | 77 | 111 | 54 |
| Binary | 10111011 | 11000011 | 11111 | 100 | 0 | 1010100 | 11000 | 111111 | 1001001 | 101100 |
Color Harmonies of #BBC31F
Complementary color
Monochromatic Colors of #BBC31F
Black with #BBC31F
Text Example
Text Example
White with #BBC31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC31F; }
p { color: rgb(187,195,31); }
H1.HeaderClassName
{
color: #BBC31F;
}
.AnyTagClassName
{
color: #BBC31F;
}
</style>
background-color css
<style>
a { background-color: #BBC31F; }
a { background-color: rgb(187,195,31); }
div.DivClassName
{
background-color: #BBC31F;
}
.BgClassName
{
background-color: #BBC31F;
}
</style>
border-color css
<style>
span { border-color: #BBC31F; }
span { border-color: rgb(187,195,31); }
td.TdClassName
{
border-color: #BBC31F;
}
.TagClassName
{
border-color: #BBC31F;
}
</style>