Shades of Rio Grande #BBD00E
Tints of Rio Grande #BBD00E
RGB
CMYK
RGB Variations
Color information
#BBD00E (or 0xBBD00E) is known color: Rio Grande. HEX triplet: BB, D0 and 0E. RGB value is (187,208,14). Sum of RGB (Red+Green+Blue) = 187+208+14=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 208 (81.64% from 255 or 50.86% from 409); Blue value is 14 (5.86% from 255 or 3.42% from 409); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD00E is #442FF1. Grayscale: #B4B4B4. Windows color (decimal): -4468722 or 970939. OLE color: 970939.
HSL color Cylindrical-coordinate representation of color #BBD00E: hue angle of 66.49º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBD00E is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 208 | 14 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.18 |
| HSL | 66.49º | 0.87% | 0.44% | - |
| HSV(B) | 66.49º | 0.93% | 0.82% | - |
| XYZ | 43.13 | 55.71 | 8.9 | - |
| YUV | 179.61 | 34.54 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 14 | 0.10 | 0 | 0.93 | 0.18 | 66.49 | 0.87 | 0.44 |
| Hex | BB | D0 | E | A | 0 | 5D | 12 | 42 | 57 | 2C |
| Octal | 273 | 320 | 16 | 12 | 0 | 135 | 22 | 102 | 127 | 54 |
| Binary | 10111011 | 11010000 | 1110 | 1010 | 0 | 1011101 | 10010 | 1000010 | 1010111 | 101100 |
Color Harmonies of #BBD00E
Complementary color
Monochromatic Colors of #BBD00E
Black with #BBD00E
Text Example
Text Example
White with #BBD00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD00E; }
p { color: rgb(187,208,14); }
H1.HeaderClassName
{
color: #BBD00E;
}
.AnyTagClassName
{
color: #BBD00E;
}
</style>
background-color css
<style>
a { background-color: #BBD00E; }
a { background-color: rgb(187,208,14); }
div.DivClassName
{
background-color: #BBD00E;
}
.BgClassName
{
background-color: #BBD00E;
}
</style>
border-color css
<style>
span { border-color: #BBD00E; }
span { border-color: rgb(187,208,14); }
td.TdClassName
{
border-color: #BBD00E;
}
.TagClassName
{
border-color: #BBD00E;
}
</style>