Shades of Rio Grande #BBC429
Tints of Rio Grande #BBC429
RGB
CMYK
RGB Variations
Color information
#BBC429 (or 0xBBC429) is known color: Rio Grande. HEX triplet: BB, C4 and 29. RGB value is (187,196,41). Sum of RGB (Red+Green+Blue) = 187+196+41=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 196 (76.95% from 255 or 46.23% from 424); Blue value is 41 (16.41% from 255 or 9.67% from 424); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC429 is #443BD6. Grayscale: #B0B0B0. Windows color (decimal): -4471767 or 2737339. OLE color: 2737339.
HSL color Cylindrical-coordinate representation of color #BBC429: hue angle of 63.48º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BBC429 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 41 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.23 |
| HSL | 63.48º | 0.65% | 0.46% | - |
| HSV(B) | 63.48º | 0.79% | 0.77% | - |
| XYZ | 40.63 | 50.2 | 9.65 | - |
| YUV | 175.64 | 52.02 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 41 | 0.05 | 0 | 0.79 | 0.23 | 63.48 | 0.65 | 0.46 |
| Hex | BB | C4 | 29 | 5 | 0 | 4F | 17 | 3F | 41 | 2E |
| Octal | 273 | 304 | 51 | 5 | 0 | 117 | 27 | 77 | 101 | 56 |
| Binary | 10111011 | 11000100 | 101001 | 101 | 0 | 1001111 | 10111 | 111111 | 1000001 | 101110 |
Color Harmonies of #BBC429
Complementary color
Monochromatic Colors of #BBC429
Black with #BBC429
Text Example
Text Example
White with #BBC429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC429; }
p { color: rgb(187,196,41); }
H1.HeaderClassName
{
color: #BBC429;
}
.AnyTagClassName
{
color: #BBC429;
}
</style>
background-color css
<style>
a { background-color: #BBC429; }
a { background-color: rgb(187,196,41); }
div.DivClassName
{
background-color: #BBC429;
}
.BgClassName
{
background-color: #BBC429;
}
</style>
border-color css
<style>
span { border-color: #BBC429; }
span { border-color: rgb(187,196,41); }
td.TdClassName
{
border-color: #BBC429;
}
.TagClassName
{
border-color: #BBC429;
}
</style>