Shades of Rio Grande #BBD51E
Tints of Rio Grande #BBD51E
RGB
CMYK
RGB Variations
Color information
#BBD51E (or 0xBBD51E) is known color: Rio Grande. HEX triplet: BB, D5 and 1E. RGB value is (187,213,30). Sum of RGB (Red+Green+Blue) = 187+213+30=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 213 (83.59% from 255 or 49.53% from 430); Blue value is 30 (12.11% from 255 or 6.98% from 430); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD51E is #442AE1. Grayscale: #B9B9B9. Windows color (decimal): -4467426 or 2020795. OLE color: 2020795.
HSL color Cylindrical-coordinate representation of color #BBD51E: hue angle of 68.52º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBD51E is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 213 | 30 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.16 |
| HSL | 68.52º | 0.75% | 0.48% | - |
| HSV(B) | 68.52º | 0.86% | 0.84% | - |
| XYZ | 44.52 | 58.25 | 10.12 | - |
| YUV | 184.36 | 40.89 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 30 | 0.12 | 0 | 0.86 | 0.16 | 68.52 | 0.75 | 0.48 |
| Hex | BB | D5 | 1E | C | 0 | 56 | 10 | 45 | 4B | 30 |
| Octal | 273 | 325 | 36 | 14 | 0 | 126 | 20 | 105 | 113 | 60 |
| Binary | 10111011 | 11010101 | 11110 | 1100 | 0 | 1010110 | 10000 | 1000101 | 1001011 | 110000 |
Color Harmonies of #BBD51E
Complementary color
Monochromatic Colors of #BBD51E
Black with #BBD51E
Text Example
Text Example
White with #BBD51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD51E; }
p { color: rgb(187,213,30); }
H1.HeaderClassName
{
color: #BBD51E;
}
.AnyTagClassName
{
color: #BBD51E;
}
</style>
background-color css
<style>
a { background-color: #BBD51E; }
a { background-color: rgb(187,213,30); }
div.DivClassName
{
background-color: #BBD51E;
}
.BgClassName
{
background-color: #BBD51E;
}
</style>
border-color css
<style>
span { border-color: #BBD51E; }
span { border-color: rgb(187,213,30); }
td.TdClassName
{
border-color: #BBD51E;
}
.TagClassName
{
border-color: #BBD51E;
}
</style>