Shades of Rio Grande #BBBB2A
Tints of Rio Grande #BBBB2A
RGB
CMYK
RGB Variations
Color information
#BBBB2A (or 0xBBBB2A) is known color: Rio Grande. HEX triplet: BB, BB and 2A. RGB value is (187,187,42). Sum of RGB (Red+Green+Blue) = 187+187+42=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 187 (73.44% from 255 or 44.95% from 416); Blue value is 42 (16.80% from 255 or 10.10% from 416); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBB2A is #4444D5. Grayscale: #ABABAB. Windows color (decimal): -4474070 or 2800571. OLE color: 2800571.
HSL color Cylindrical-coordinate representation of color #BBBB2A: hue angle of 60º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBBB2A is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 187 | 42 | - |
| CMYK | 0 | 0 | 0.78 | 0.27 |
| HSL | 60º | 0.63% | 0.45% | - |
| HSV(B) | 60º | 0.78% | 0.73% | - |
| XYZ | 38.68 | 46.27 | 9.08 | - |
| YUV | 170.47 | 55.5 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 187 | 42 | 0 | 0 | 0.78 | 0.27 | 60 | 0.63 | 0.45 |
| Hex | BB | BB | 2A | 0 | 0 | 4E | 1B | 3C | 3F | 2D |
| Octal | 273 | 273 | 52 | 0 | 0 | 116 | 33 | 74 | 77 | 55 |
| Binary | 10111011 | 10111011 | 101010 | 0 | 0 | 1001110 | 11011 | 111100 | 111111 | 101101 |
Color Harmonies of #BBBB2A
Complementary color
Monochromatic Colors of #BBBB2A
Black with #BBBB2A
Text Example
Text Example
White with #BBBB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBB2A; }
p { color: rgb(187,187,42); }
H1.HeaderClassName
{
color: #BBBB2A;
}
.AnyTagClassName
{
color: #BBBB2A;
}
</style>
background-color css
<style>
a { background-color: #BBBB2A; }
a { background-color: rgb(187,187,42); }
div.DivClassName
{
background-color: #BBBB2A;
}
.BgClassName
{
background-color: #BBBB2A;
}
</style>
border-color css
<style>
span { border-color: #BBBB2A; }
span { border-color: rgb(187,187,42); }
td.TdClassName
{
border-color: #BBBB2A;
}
.TagClassName
{
border-color: #BBBB2A;
}
</style>