Shades of Rio Grande #BBC81B
Tints of Rio Grande #BBC81B
RGB
CMYK
RGB Variations
Color information
#BBC81B (or 0xBBC81B) is known color: Rio Grande. HEX triplet: BB, C8 and 1B. RGB value is (187,200,27). Sum of RGB (Red+Green+Blue) = 187+200+27=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 200 (78.52% from 255 or 48.31% from 414); Blue value is 27 (10.94% from 255 or 6.52% from 414); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC81B is #4437E4. Grayscale: #B1B1B1. Windows color (decimal): -4470757 or 1820859. OLE color: 1820859.
HSL color Cylindrical-coordinate representation of color #BBC81B: hue angle of 64.51º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBC81B is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 27 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.22 |
| HSL | 64.51º | 0.76% | 0.45% | - |
| HSV(B) | 64.51º | 0.87% | 0.78% | - |
| XYZ | 41.35 | 51.95 | 8.89 | - |
| YUV | 176.39 | 43.69 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 27 | 0.06 | 0 | 0.86 | 0.22 | 64.51 | 0.76 | 0.45 |
| Hex | BB | C8 | 1B | 6 | 0 | 56 | 16 | 41 | 4C | 2D |
| Octal | 273 | 310 | 33 | 6 | 0 | 126 | 26 | 101 | 114 | 55 |
| Binary | 10111011 | 11001000 | 11011 | 110 | 0 | 1010110 | 10110 | 1000001 | 1001100 | 101101 |
Color Harmonies of #BBC81B
Complementary color
Monochromatic Colors of #BBC81B
Black with #BBC81B
Text Example
Text Example
White with #BBC81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC81B; }
p { color: rgb(187,200,27); }
H1.HeaderClassName
{
color: #BBC81B;
}
.AnyTagClassName
{
color: #BBC81B;
}
</style>
background-color css
<style>
a { background-color: #BBC81B; }
a { background-color: rgb(187,200,27); }
div.DivClassName
{
background-color: #BBC81B;
}
.BgClassName
{
background-color: #BBC81B;
}
</style>
border-color css
<style>
span { border-color: #BBC81B; }
span { border-color: rgb(187,200,27); }
td.TdClassName
{
border-color: #BBC81B;
}
.TagClassName
{
border-color: #BBC81B;
}
</style>