Shades of Rio Grande #BBBD22
Tints of Rio Grande #BBBD22
RGB
CMYK
RGB Variations
Color information
#BBBD22 (or 0xBBBD22) is known color: Rio Grande. HEX triplet: BB, BD and 22. RGB value is (187,189,34). Sum of RGB (Red+Green+Blue) = 187+189+34=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 34 (13.67% from 255 or 8.29% from 410); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBD22 is #4442DD. Grayscale: #ABABAB. Windows color (decimal): -4473566 or 2276795. OLE color: 2276795.
HSL color Cylindrical-coordinate representation of color #BBBD22: hue angle of 60.77º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BBBD22 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 189 | 34 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.26 |
| HSL | 60.77º | 0.7% | 0.44% | - |
| HSV(B) | 60.77º | 0.82% | 0.74% | - |
| XYZ | 38.98 | 47.08 | 8.55 | - |
| YUV | 170.73 | 50.84 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 34 | 0.01 | 0 | 0.82 | 0.26 | 60.77 | 0.7 | 0.44 |
| Hex | BB | BD | 22 | 1 | 0 | 52 | 1A | 3D | 46 | 2C |
| Octal | 273 | 275 | 42 | 1 | 0 | 122 | 32 | 75 | 106 | 54 |
| Binary | 10111011 | 10111101 | 100010 | 1 | 0 | 1010010 | 11010 | 111101 | 1000110 | 101100 |
Color Harmonies of #BBBD22
Complementary color
Monochromatic Colors of #BBBD22
Black with #BBBD22
Text Example
Text Example
White with #BBBD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBD22; }
p { color: rgb(187,189,34); }
H1.HeaderClassName
{
color: #BBBD22;
}
.AnyTagClassName
{
color: #BBBD22;
}
</style>
background-color css
<style>
a { background-color: #BBBD22; }
a { background-color: rgb(187,189,34); }
div.DivClassName
{
background-color: #BBBD22;
}
.BgClassName
{
background-color: #BBBD22;
}
</style>
border-color css
<style>
span { border-color: #BBBD22; }
span { border-color: rgb(187,189,34); }
td.TdClassName
{
border-color: #BBBD22;
}
.TagClassName
{
border-color: #BBBD22;
}
</style>