Shades of Rio Grande #BBC61E
Tints of Rio Grande #BBC61E
RGB
CMYK
RGB Variations
Color information
#BBC61E (or 0xBBC61E) is known color: Rio Grande. HEX triplet: BB, C6 and 1E. RGB value is (187,198,30). Sum of RGB (Red+Green+Blue) = 187+198+30=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 198 (77.73% from 255 or 47.71% from 415); Blue value is 30 (12.11% from 255 or 7.23% from 415); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC61E is #4439E1. Grayscale: #B0B0B0. Windows color (decimal): -4471266 or 2016955. OLE color: 2016955.
HSL color Cylindrical-coordinate representation of color #BBC61E: hue angle of 63.93º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BBC61E is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 30 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.22 |
| HSL | 63.93º | 0.74% | 0.45% | - |
| HSV(B) | 63.93º | 0.85% | 0.78% | - |
| XYZ | 40.92 | 51.05 | 8.92 | - |
| YUV | 175.56 | 45.86 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 30 | 0.06 | 0 | 0.85 | 0.22 | 63.93 | 0.74 | 0.45 |
| Hex | BB | C6 | 1E | 6 | 0 | 55 | 16 | 40 | 4A | 2D |
| Octal | 273 | 306 | 36 | 6 | 0 | 125 | 26 | 100 | 112 | 55 |
| Binary | 10111011 | 11000110 | 11110 | 110 | 0 | 1010101 | 10110 | 1000000 | 1001010 | 101101 |
Color Harmonies of #BBC61E
Complementary color
Monochromatic Colors of #BBC61E
Black with #BBC61E
Text Example
Text Example
White with #BBC61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC61E; }
p { color: rgb(187,198,30); }
H1.HeaderClassName
{
color: #BBC61E;
}
.AnyTagClassName
{
color: #BBC61E;
}
</style>
background-color css
<style>
a { background-color: #BBC61E; }
a { background-color: rgb(187,198,30); }
div.DivClassName
{
background-color: #BBC61E;
}
.BgClassName
{
background-color: #BBC61E;
}
</style>
border-color css
<style>
span { border-color: #BBC61E; }
span { border-color: rgb(187,198,30); }
td.TdClassName
{
border-color: #BBC61E;
}
.TagClassName
{
border-color: #BBC61E;
}
</style>