Shades of Rio Grande #BBBC29
Tints of Rio Grande #BBBC29
RGB
CMYK
RGB Variations
Color information
#BBBC29 (or 0xBBBC29) is known color: Rio Grande. HEX triplet: BB, BC and 29. RGB value is (187,188,41). Sum of RGB (Red+Green+Blue) = 187+188+41=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 41 (16.41% from 255 or 9.86% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBC29 is #4443D6. Grayscale: #ABABAB. Windows color (decimal): -4473815 or 2735291. OLE color: 2735291.
HSL color Cylindrical-coordinate representation of color #BBBC29: hue angle of 60.41º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBBC29 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 41 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.26 |
| HSL | 60.41º | 0.64% | 0.45% | - |
| HSV(B) | 60.41º | 0.78% | 0.74% | - |
| XYZ | 38.88 | 46.69 | 9.06 | - |
| YUV | 170.94 | 54.67 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 41 | 0.01 | 0 | 0.78 | 0.26 | 60.41 | 0.64 | 0.45 |
| Hex | BB | BC | 29 | 1 | 0 | 4E | 1A | 3C | 40 | 2D |
| Octal | 273 | 274 | 51 | 1 | 0 | 116 | 32 | 74 | 100 | 55 |
| Binary | 10111011 | 10111100 | 101001 | 1 | 0 | 1001110 | 11010 | 111100 | 1000000 | 101101 |
Color Harmonies of #BBBC29
Complementary color
Monochromatic Colors of #BBBC29
Black with #BBBC29
Text Example
Text Example
White with #BBBC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC29; }
p { color: rgb(187,188,41); }
H1.HeaderClassName
{
color: #BBBC29;
}
.AnyTagClassName
{
color: #BBBC29;
}
</style>
background-color css
<style>
a { background-color: #BBBC29; }
a { background-color: rgb(187,188,41); }
div.DivClassName
{
background-color: #BBBC29;
}
.BgClassName
{
background-color: #BBBC29;
}
</style>
border-color css
<style>
span { border-color: #BBBC29; }
span { border-color: rgb(187,188,41); }
td.TdClassName
{
border-color: #BBBC29;
}
.TagClassName
{
border-color: #BBBC29;
}
</style>