Shades of Rio Grande #BBC028
Tints of Rio Grande #BBC028
RGB
CMYK
RGB Variations
Color information
#BBC028 (or 0xBBC028) is known color: Rio Grande. HEX triplet: BB, C0 and 28. RGB value is (187,192,40). Sum of RGB (Red+Green+Blue) = 187+192+40=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 40 (16.02% from 255 or 9.55% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC028 is #443FD7. Grayscale: #ADADAD. Windows color (decimal): -4472792 or 2670779. OLE color: 2670779.
HSL color Cylindrical-coordinate representation of color #BBC028: hue angle of 61.97º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BBC028 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 40 | - |
| CMYK | 0.03 | 0 | 0.79 | 0.25 |
| HSL | 61.97º | 0.66% | 0.45% | - |
| HSV(B) | 61.97º | 0.79% | 0.75% | - |
| XYZ | 39.73 | 48.42 | 9.26 | - |
| YUV | 173.18 | 52.84 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 40 | 0.03 | 0 | 0.79 | 0.25 | 61.97 | 0.66 | 0.45 |
| Hex | BB | C0 | 28 | 3 | 0 | 4F | 19 | 3E | 42 | 2D |
| Octal | 273 | 300 | 50 | 3 | 0 | 117 | 31 | 76 | 102 | 55 |
| Binary | 10111011 | 11000000 | 101000 | 11 | 0 | 1001111 | 11001 | 111110 | 1000010 | 101101 |
Color Harmonies of #BBC028
Complementary color
Monochromatic Colors of #BBC028
Black with #BBC028
Text Example
Text Example
White with #BBC028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC028; }
p { color: rgb(187,192,40); }
H1.HeaderClassName
{
color: #BBC028;
}
.AnyTagClassName
{
color: #BBC028;
}
</style>
background-color css
<style>
a { background-color: #BBC028; }
a { background-color: rgb(187,192,40); }
div.DivClassName
{
background-color: #BBC028;
}
.BgClassName
{
background-color: #BBC028;
}
</style>
border-color css
<style>
span { border-color: #BBC028; }
span { border-color: rgb(187,192,40); }
td.TdClassName
{
border-color: #BBC028;
}
.TagClassName
{
border-color: #BBC028;
}
</style>