Shades of Rio Grande #BBC828
Tints of Rio Grande #BBC828
RGB
CMYK
RGB Variations
Color information
#BBC828 (or 0xBBC828) is known color: Rio Grande. HEX triplet: BB, C8 and 28. RGB value is (187,200,40). Sum of RGB (Red+Green+Blue) = 187+200+40=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 200 (78.52% from 255 or 46.84% from 427); Blue value is 40 (16.02% from 255 or 9.37% from 427); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC828 is #4437D7. Grayscale: #B2B2B2. Windows color (decimal): -4470744 or 2672827. OLE color: 2672827.
HSL color Cylindrical-coordinate representation of color #BBC828: hue angle of 64.88º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BBC828 is Cyan = 0.06, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 40 | - |
| CMYK | 0.06 | 0 | 0.8 | 0.22 |
| HSL | 64.88º | 0.67% | 0.47% | - |
| HSV(B) | 64.88º | 0.8% | 0.78% | - |
| XYZ | 41.53 | 52.03 | 9.86 | - |
| YUV | 177.87 | 50.19 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 40 | 0.06 | 0 | 0.8 | 0.22 | 64.88 | 0.67 | 0.47 |
| Hex | BB | C8 | 28 | 6 | 0 | 50 | 16 | 41 | 43 | 2F |
| Octal | 273 | 310 | 50 | 6 | 0 | 120 | 26 | 101 | 103 | 57 |
| Binary | 10111011 | 11001000 | 101000 | 110 | 0 | 1010000 | 10110 | 1000001 | 1000011 | 101111 |
Color Harmonies of #BBC828
Complementary color
Monochromatic Colors of #BBC828
Black with #BBC828
Text Example
Text Example
White with #BBC828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC828; }
p { color: rgb(187,200,40); }
H1.HeaderClassName
{
color: #BBC828;
}
.AnyTagClassName
{
color: #BBC828;
}
</style>
background-color css
<style>
a { background-color: #BBC828; }
a { background-color: rgb(187,200,40); }
div.DivClassName
{
background-color: #BBC828;
}
.BgClassName
{
background-color: #BBC828;
}
</style>
border-color css
<style>
span { border-color: #BBC828; }
span { border-color: rgb(187,200,40); }
td.TdClassName
{
border-color: #BBC828;
}
.TagClassName
{
border-color: #BBC828;
}
</style>