Shades of Rio Grande #BBD41F
Tints of Rio Grande #BBD41F
RGB
CMYK
RGB Variations
Color information
#BBD41F (or 0xBBD41F) is known color: Rio Grande. HEX triplet: BB, D4 and 1F. RGB value is (187,212,31). Sum of RGB (Red+Green+Blue) = 187+212+31=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 212 (83.20% from 255 or 49.30% from 430); Blue value is 31 (12.5% from 255 or 7.21% from 430); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD41F is #442BE0. Grayscale: #B8B8B8. Windows color (decimal): -4467681 or 2086075. OLE color: 2086075.
HSL color Cylindrical-coordinate representation of color #BBD41F: hue angle of 68.29º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BBD41F is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 212 | 31 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.17 |
| HSL | 68.29º | 0.74% | 0.48% | - |
| HSV(B) | 68.29º | 0.85% | 0.83% | - |
| XYZ | 44.28 | 57.75 | 10.11 | - |
| YUV | 183.89 | 41.72 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 212 | 31 | 0.12 | 0 | 0.85 | 0.17 | 68.29 | 0.74 | 0.48 |
| Hex | BB | D4 | 1F | C | 0 | 55 | 11 | 44 | 4A | 30 |
| Octal | 273 | 324 | 37 | 14 | 0 | 125 | 21 | 104 | 112 | 60 |
| Binary | 10111011 | 11010100 | 11111 | 1100 | 0 | 1010101 | 10001 | 1000100 | 1001010 | 110000 |
Color Harmonies of #BBD41F
Complementary color
Monochromatic Colors of #BBD41F
Black with #BBD41F
Text Example
Text Example
White with #BBD41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD41F; }
p { color: rgb(187,212,31); }
H1.HeaderClassName
{
color: #BBD41F;
}
.AnyTagClassName
{
color: #BBD41F;
}
</style>
background-color css
<style>
a { background-color: #BBD41F; }
a { background-color: rgb(187,212,31); }
div.DivClassName
{
background-color: #BBD41F;
}
.BgClassName
{
background-color: #BBD41F;
}
</style>
border-color css
<style>
span { border-color: #BBD41F; }
span { border-color: rgb(187,212,31); }
td.TdClassName
{
border-color: #BBD41F;
}
.TagClassName
{
border-color: #BBD41F;
}
</style>