Shades of Rio Grande #BBBC22
Tints of Rio Grande #BBBC22
RGB
CMYK
RGB Variations
Color information
#BBBC22 (or 0xBBBC22) is known color: Rio Grande. HEX triplet: BB, BC and 22. RGB value is (187,188,34). Sum of RGB (Red+Green+Blue) = 187+188+34=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 34 (13.67% from 255 or 8.31% from 409); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBC22 is #4443DD. Grayscale: #AAAAAA. Windows color (decimal): -4473822 or 2276539. OLE color: 2276539.
HSL color Cylindrical-coordinate representation of color #BBBC22: hue angle of 60.39º degrees, saturation: 0.69, 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 #BBBC22 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 34 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.26 |
| HSL | 60.39º | 0.69% | 0.44% | - |
| HSV(B) | 60.39º | 0.82% | 0.74% | - |
| XYZ | 38.77 | 46.65 | 8.47 | - |
| YUV | 170.15 | 51.17 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 34 | 0.01 | 0 | 0.82 | 0.26 | 60.39 | 0.69 | 0.44 |
| Hex | BB | BC | 22 | 1 | 0 | 52 | 1A | 3C | 45 | 2C |
| Octal | 273 | 274 | 42 | 1 | 0 | 122 | 32 | 74 | 105 | 54 |
| Binary | 10111011 | 10111100 | 100010 | 1 | 0 | 1010010 | 11010 | 111100 | 1000101 | 101100 |
Color Harmonies of #BBBC22
Complementary color
Monochromatic Colors of #BBBC22
Black with #BBBC22
Text Example
Text Example
White with #BBBC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC22; }
p { color: rgb(187,188,34); }
H1.HeaderClassName
{
color: #BBBC22;
}
.AnyTagClassName
{
color: #BBBC22;
}
</style>
background-color css
<style>
a { background-color: #BBBC22; }
a { background-color: rgb(187,188,34); }
div.DivClassName
{
background-color: #BBBC22;
}
.BgClassName
{
background-color: #BBBC22;
}
</style>
border-color css
<style>
span { border-color: #BBBC22; }
span { border-color: rgb(187,188,34); }
td.TdClassName
{
border-color: #BBBC22;
}
.TagClassName
{
border-color: #BBBC22;
}
</style>