Shades of Rio Grande #BBD30E
Tints of Rio Grande #BBD30E
RGB
CMYK
RGB Variations
Color information
#BBD30E (or 0xBBD30E) is known color: Rio Grande. HEX triplet: BB, D3 and 0E. RGB value is (187,211,14). Sum of RGB (Red+Green+Blue) = 187+211+14=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 211 (82.81% from 255 or 51.21% from 412); Blue value is 14 (5.86% from 255 or 3.40% from 412); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD30E is #442CF1. Grayscale: #B6B6B6. Windows color (decimal): -4467954 or 971707. OLE color: 971707.
HSL color Cylindrical-coordinate representation of color #BBD30E: hue angle of 67.31º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBD30E is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 14 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.17 |
| HSL | 67.31º | 0.88% | 0.44% | - |
| HSV(B) | 67.31º | 0.93% | 0.83% | - |
| XYZ | 43.87 | 57.19 | 9.14 | - |
| YUV | 181.37 | 33.55 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 14 | 0.11 | 0 | 0.93 | 0.17 | 67.31 | 0.88 | 0.44 |
| Hex | BB | D3 | E | B | 0 | 5D | 11 | 43 | 58 | 2C |
| Octal | 273 | 323 | 16 | 13 | 0 | 135 | 21 | 103 | 130 | 54 |
| Binary | 10111011 | 11010011 | 1110 | 1011 | 0 | 1011101 | 10001 | 1000011 | 1011000 | 101100 |
Color Harmonies of #BBD30E
Complementary color
Monochromatic Colors of #BBD30E
Black with #BBD30E
Text Example
Text Example
White with #BBD30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD30E; }
p { color: rgb(187,211,14); }
H1.HeaderClassName
{
color: #BBD30E;
}
.AnyTagClassName
{
color: #BBD30E;
}
</style>
background-color css
<style>
a { background-color: #BBD30E; }
a { background-color: rgb(187,211,14); }
div.DivClassName
{
background-color: #BBD30E;
}
.BgClassName
{
background-color: #BBD30E;
}
</style>
border-color css
<style>
span { border-color: #BBD30E; }
span { border-color: rgb(187,211,14); }
td.TdClassName
{
border-color: #BBD30E;
}
.TagClassName
{
border-color: #BBD30E;
}
</style>