Shades of Rio Grande #BBD40F
Tints of Rio Grande #BBD40F
RGB
CMYK
RGB Variations
Color information
#BBD40F (or 0xBBD40F) is known color: Rio Grande. HEX triplet: BB, D4 and 0F. RGB value is (187,212,15). Sum of RGB (Red+Green+Blue) = 187+212+15=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 212 (83.20% from 255 or 51.21% from 414); Blue value is 15 (6.25% from 255 or 3.62% from 414); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD40F is #442BF0. Grayscale: #B6B6B6. Windows color (decimal): -4467697 or 1037499. OLE color: 1037499.
HSL color Cylindrical-coordinate representation of color #BBD40F: hue angle of 67.61º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBD40F is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 212 | 15 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.17 |
| HSL | 67.61º | 0.87% | 0.45% | - |
| HSV(B) | 67.61º | 0.93% | 0.83% | - |
| XYZ | 44.12 | 57.69 | 9.26 | - |
| YUV | 182.07 | 33.72 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 212 | 15 | 0.12 | 0 | 0.93 | 0.17 | 67.61 | 0.87 | 0.45 |
| Hex | BB | D4 | F | C | 0 | 5D | 11 | 44 | 57 | 2D |
| Octal | 273 | 324 | 17 | 14 | 0 | 135 | 21 | 104 | 127 | 55 |
| Binary | 10111011 | 11010100 | 1111 | 1100 | 0 | 1011101 | 10001 | 1000100 | 1010111 | 101101 |
Color Harmonies of #BBD40F
Complementary color
Monochromatic Colors of #BBD40F
Black with #BBD40F
Text Example
Text Example
White with #BBD40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD40F; }
p { color: rgb(187,212,15); }
H1.HeaderClassName
{
color: #BBD40F;
}
.AnyTagClassName
{
color: #BBD40F;
}
</style>
background-color css
<style>
a { background-color: #BBD40F; }
a { background-color: rgb(187,212,15); }
div.DivClassName
{
background-color: #BBD40F;
}
.BgClassName
{
background-color: #BBD40F;
}
</style>
border-color css
<style>
span { border-color: #BBD40F; }
span { border-color: rgb(187,212,15); }
td.TdClassName
{
border-color: #BBD40F;
}
.TagClassName
{
border-color: #BBD40F;
}
</style>