Shades of Rio Grande #BBD519
Tints of Rio Grande #BBD519
RGB
CMYK
RGB Variations
Color information
#BBD519 (or 0xBBD519) is known color: Rio Grande. HEX triplet: BB, D5 and 19. RGB value is (187,213,25). Sum of RGB (Red+Green+Blue) = 187+213+25=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 213 (83.59% from 255 or 50.12% from 425); Blue value is 25 (10.16% from 255 or 5.88% from 425); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD519 is #442AE6. Grayscale: #B8B8B8. Windows color (decimal): -4467431 or 1693115. OLE color: 1693115.
HSL color Cylindrical-coordinate representation of color #BBD519: hue angle of 68.3º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBD519 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 213 | 25 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.16 |
| HSL | 68.3º | 0.79% | 0.47% | - |
| HSV(B) | 68.3º | 0.88% | 0.84% | - |
| XYZ | 44.46 | 58.22 | 9.81 | - |
| YUV | 183.79 | 38.39 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 25 | 0.12 | 0 | 0.88 | 0.16 | 68.3 | 0.79 | 0.47 |
| Hex | BB | D5 | 19 | C | 0 | 58 | 10 | 44 | 4F | 2F |
| Octal | 273 | 325 | 31 | 14 | 0 | 130 | 20 | 104 | 117 | 57 |
| Binary | 10111011 | 11010101 | 11001 | 1100 | 0 | 1011000 | 10000 | 1000100 | 1001111 | 101111 |
Color Harmonies of #BBD519
Complementary color
Monochromatic Colors of #BBD519
Black with #BBD519
Text Example
Text Example
White with #BBD519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD519; }
p { color: rgb(187,213,25); }
H1.HeaderClassName
{
color: #BBD519;
}
.AnyTagClassName
{
color: #BBD519;
}
</style>
background-color css
<style>
a { background-color: #BBD519; }
a { background-color: rgb(187,213,25); }
div.DivClassName
{
background-color: #BBD519;
}
.BgClassName
{
background-color: #BBD519;
}
</style>
border-color css
<style>
span { border-color: #BBD519; }
span { border-color: rgb(187,213,25); }
td.TdClassName
{
border-color: #BBD519;
}
.TagClassName
{
border-color: #BBD519;
}
</style>