Shades of Rio Grande #BBC42B
Tints of Rio Grande #BBC42B
RGB
CMYK
RGB Variations
Color information
#BBC42B (or 0xBBC42B) is known color: Rio Grande. HEX triplet: BB, C4 and 2B. RGB value is (187,196,43). Sum of RGB (Red+Green+Blue) = 187+196+43=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 196 (76.95% from 255 or 46.01% from 426); Blue value is 43 (17.19% from 255 or 10.09% from 426); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC42B is #443BD4. Grayscale: #B0B0B0. Windows color (decimal): -4471765 or 2868411. OLE color: 2868411.
HSL color Cylindrical-coordinate representation of color #BBC42B: hue angle of 63.53º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBC42B is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 43 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.23 |
| HSL | 63.53º | 0.64% | 0.47% | - |
| HSV(B) | 63.53º | 0.78% | 0.77% | - |
| XYZ | 40.67 | 50.22 | 9.84 | - |
| YUV | 175.87 | 53.02 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 43 | 0.05 | 0 | 0.78 | 0.23 | 63.53 | 0.64 | 0.47 |
| Hex | BB | C4 | 2B | 5 | 0 | 4E | 17 | 40 | 40 | 2F |
| Octal | 273 | 304 | 53 | 5 | 0 | 116 | 27 | 100 | 100 | 57 |
| Binary | 10111011 | 11000100 | 101011 | 101 | 0 | 1001110 | 10111 | 1000000 | 1000000 | 101111 |
Color Harmonies of #BBC42B
Complementary color
Monochromatic Colors of #BBC42B
Black with #BBC42B
Text Example
Text Example
White with #BBC42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC42B; }
p { color: rgb(187,196,43); }
H1.HeaderClassName
{
color: #BBC42B;
}
.AnyTagClassName
{
color: #BBC42B;
}
</style>
background-color css
<style>
a { background-color: #BBC42B; }
a { background-color: rgb(187,196,43); }
div.DivClassName
{
background-color: #BBC42B;
}
.BgClassName
{
background-color: #BBC42B;
}
</style>
border-color css
<style>
span { border-color: #BBC42B; }
span { border-color: rgb(187,196,43); }
td.TdClassName
{
border-color: #BBC42B;
}
.TagClassName
{
border-color: #BBC42B;
}
</style>