Shades of Rio Grande #BBD50F
Tints of Rio Grande #BBD50F
RGB
CMYK
RGB Variations
Color information
#BBD50F (or 0xBBD50F) is known color: Rio Grande. HEX triplet: BB, D5 and 0F. RGB value is (187,213,15). Sum of RGB (Red+Green+Blue) = 187+213+15=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 213 (83.59% from 255 or 51.33% from 415); Blue value is 15 (6.25% from 255 or 3.61% from 415); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD50F is #442AF0. Grayscale: #B7B7B7. Windows color (decimal): -4467441 or 1037755. OLE color: 1037755.
HSL color Cylindrical-coordinate representation of color #BBD50F: hue angle of 67.88º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBD50F is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 213 | 15 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.16 |
| HSL | 67.88º | 0.87% | 0.45% | - |
| HSV(B) | 67.88º | 0.93% | 0.84% | - |
| XYZ | 44.37 | 58.19 | 9.34 | - |
| YUV | 182.65 | 33.39 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 15 | 0.12 | 0 | 0.93 | 0.16 | 67.88 | 0.87 | 0.45 |
| Hex | BB | D5 | F | C | 0 | 5D | 10 | 44 | 57 | 2D |
| Octal | 273 | 325 | 17 | 14 | 0 | 135 | 20 | 104 | 127 | 55 |
| Binary | 10111011 | 11010101 | 1111 | 1100 | 0 | 1011101 | 10000 | 1000100 | 1010111 | 101101 |
Color Harmonies of #BBD50F
Complementary color
Monochromatic Colors of #BBD50F
Black with #BBD50F
Text Example
Text Example
White with #BBD50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD50F; }
p { color: rgb(187,213,15); }
H1.HeaderClassName
{
color: #BBD50F;
}
.AnyTagClassName
{
color: #BBD50F;
}
</style>
background-color css
<style>
a { background-color: #BBD50F; }
a { background-color: rgb(187,213,15); }
div.DivClassName
{
background-color: #BBD50F;
}
.BgClassName
{
background-color: #BBD50F;
}
</style>
border-color css
<style>
span { border-color: #BBD50F; }
span { border-color: rgb(187,213,15); }
td.TdClassName
{
border-color: #BBD50F;
}
.TagClassName
{
border-color: #BBD50F;
}
</style>