Shades of Rio Grande #BBC321
Tints of Rio Grande #BBC321
RGB
CMYK
RGB Variations
Color information
#BBC321 (or 0xBBC321) is known color: Rio Grande. HEX triplet: BB, C3 and 21. RGB value is (187,195,33). Sum of RGB (Red+Green+Blue) = 187+195+33=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 195 (76.56% from 255 or 46.99% from 415); Blue value is 33 (13.28% from 255 or 7.95% from 415); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC321 is #443CDE. Grayscale: #AEAEAE. Windows color (decimal): -4472031 or 2212795. OLE color: 2212795.
HSL color Cylindrical-coordinate representation of color #BBC321: hue angle of 62.96º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBC321 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 33 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.24 |
| HSL | 62.96º | 0.71% | 0.45% | - |
| HSV(B) | 62.96º | 0.83% | 0.76% | - |
| XYZ | 40.28 | 49.7 | 8.91 | - |
| YUV | 174.14 | 48.35 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 33 | 0.04 | 0 | 0.83 | 0.24 | 62.96 | 0.71 | 0.45 |
| Hex | BB | C3 | 21 | 4 | 0 | 53 | 18 | 3F | 47 | 2D |
| Octal | 273 | 303 | 41 | 4 | 0 | 123 | 30 | 77 | 107 | 55 |
| Binary | 10111011 | 11000011 | 100001 | 100 | 0 | 1010011 | 11000 | 111111 | 1000111 | 101101 |
Color Harmonies of #BBC321
Complementary color
Monochromatic Colors of #BBC321
Black with #BBC321
Text Example
Text Example
White with #BBC321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC321; }
p { color: rgb(187,195,33); }
H1.HeaderClassName
{
color: #BBC321;
}
.AnyTagClassName
{
color: #BBC321;
}
</style>
background-color css
<style>
a { background-color: #BBC321; }
a { background-color: rgb(187,195,33); }
div.DivClassName
{
background-color: #BBC321;
}
.BgClassName
{
background-color: #BBC321;
}
</style>
border-color css
<style>
span { border-color: #BBC321; }
span { border-color: rgb(187,195,33); }
td.TdClassName
{
border-color: #BBC321;
}
.TagClassName
{
border-color: #BBC321;
}
</style>