Shades of Rio Grande #BBC61D
Tints of Rio Grande #BBC61D
RGB
CMYK
RGB Variations
Color information
#BBC61D (or 0xBBC61D) is known color: Rio Grande. HEX triplet: BB, C6 and 1D. RGB value is (187,198,29). Sum of RGB (Red+Green+Blue) = 187+198+29=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 198 (77.73% from 255 or 47.83% from 414); Blue value is 29 (11.72% from 255 or 7.00% from 414); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC61D is #4439E2. Grayscale: #B0B0B0. Windows color (decimal): -4471267 or 1951419. OLE color: 1951419.
HSL color Cylindrical-coordinate representation of color #BBC61D: hue angle of 63.91º 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 #BBC61D is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 29 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.22 |
| HSL | 63.91º | 0.74% | 0.45% | - |
| HSV(B) | 63.91º | 0.85% | 0.78% | - |
| XYZ | 40.91 | 51.04 | 8.86 | - |
| YUV | 175.45 | 45.36 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 29 | 0.06 | 0 | 0.85 | 0.22 | 63.91 | 0.74 | 0.45 |
| Hex | BB | C6 | 1D | 6 | 0 | 55 | 16 | 40 | 4A | 2D |
| Octal | 273 | 306 | 35 | 6 | 0 | 125 | 26 | 100 | 112 | 55 |
| Binary | 10111011 | 11000110 | 11101 | 110 | 0 | 1010101 | 10110 | 1000000 | 1001010 | 101101 |
Color Harmonies of #BBC61D
Complementary color
Monochromatic Colors of #BBC61D
Black with #BBC61D
Text Example
Text Example
White with #BBC61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC61D; }
p { color: rgb(187,198,29); }
H1.HeaderClassName
{
color: #BBC61D;
}
.AnyTagClassName
{
color: #BBC61D;
}
</style>
background-color css
<style>
a { background-color: #BBC61D; }
a { background-color: rgb(187,198,29); }
div.DivClassName
{
background-color: #BBC61D;
}
.BgClassName
{
background-color: #BBC61D;
}
</style>
border-color css
<style>
span { border-color: #BBC61D; }
span { border-color: rgb(187,198,29); }
td.TdClassName
{
border-color: #BBC61D;
}
.TagClassName
{
border-color: #BBC61D;
}
</style>