Shades of Rio Grande #BBB91C
Tints of Rio Grande #BBB91C
RGB
CMYK
RGB Variations
Color information
#BBB91C (or 0xBBB91C) is known color: Rio Grande. HEX triplet: BB, B9 and 1C. RGB value is (187,185,28). Sum of RGB (Red+Green+Blue) = 187+185+28=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 28 (11.33% from 255 or 7% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB91C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB91C is #4446E3. Grayscale: #A8A8A8. Windows color (decimal): -4474596 or 1882555. OLE color: 1882555.
HSL color Cylindrical-coordinate representation of color #BBB91C: hue angle of 59.25º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BBB91C is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 28 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.27 |
| HSL | 59.25º | 0.74% | 0.42% | - |
| HSV(B) | 59.25º | 0.85% | 0.73% | - |
| XYZ | 38.05 | 45.35 | 7.85 | - |
| YUV | 167.7 | 49.16 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 28 | 0 | 0.01 | 0.85 | 0.27 | 59.25 | 0.74 | 0.42 |
| Hex | BB | B9 | 1C | 0 | 1 | 55 | 1B | 3B | 4A | 2A |
| Octal | 273 | 271 | 34 | 0 | 1 | 125 | 33 | 73 | 112 | 52 |
| Binary | 10111011 | 10111001 | 11100 | 0 | 1 | 1010101 | 11011 | 111011 | 1001010 | 101010 |
Color Harmonies of #BBB91C
Complementary color
Monochromatic Colors of #BBB91C
Black with #BBB91C
Text Example
Text Example
White with #BBB91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB91C; }
p { color: rgb(187,185,28); }
H1.HeaderClassName
{
color: #BBB91C;
}
.AnyTagClassName
{
color: #BBB91C;
}
</style>
background-color css
<style>
a { background-color: #BBB91C; }
a { background-color: rgb(187,185,28); }
div.DivClassName
{
background-color: #BBB91C;
}
.BgClassName
{
background-color: #BBB91C;
}
</style>
border-color css
<style>
span { border-color: #BBB91C; }
span { border-color: rgb(187,185,28); }
td.TdClassName
{
border-color: #BBB91C;
}
.TagClassName
{
border-color: #BBB91C;
}
</style>