Shades of Rio Grande #BBC421
Tints of Rio Grande #BBC421
RGB
CMYK
RGB Variations
Color information
#BBC421 (or 0xBBC421) is known color: Rio Grande. HEX triplet: BB, C4 and 21. RGB value is (187,196,33). Sum of RGB (Red+Green+Blue) = 187+196+33=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 33 (13.28% from 255 or 7.93% from 416); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC421 is #443BDE. Grayscale: #AFAFAF. Windows color (decimal): -4471775 or 2213051. OLE color: 2213051.
HSL color Cylindrical-coordinate representation of color #BBC421: hue angle of 63.31º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBC421 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 33 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.23 |
| HSL | 63.31º | 0.71% | 0.45% | - |
| HSV(B) | 63.31º | 0.83% | 0.77% | - |
| XYZ | 40.51 | 50.15 | 8.98 | - |
| YUV | 174.73 | 48.02 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 33 | 0.05 | 0 | 0.83 | 0.23 | 63.31 | 0.71 | 0.45 |
| Hex | BB | C4 | 21 | 5 | 0 | 53 | 17 | 3F | 47 | 2D |
| Octal | 273 | 304 | 41 | 5 | 0 | 123 | 27 | 77 | 107 | 55 |
| Binary | 10111011 | 11000100 | 100001 | 101 | 0 | 1010011 | 10111 | 111111 | 1000111 | 101101 |
Color Harmonies of #BBC421
Complementary color
Monochromatic Colors of #BBC421
Black with #BBC421
Text Example
Text Example
White with #BBC421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC421; }
p { color: rgb(187,196,33); }
H1.HeaderClassName
{
color: #BBC421;
}
.AnyTagClassName
{
color: #BBC421;
}
</style>
background-color css
<style>
a { background-color: #BBC421; }
a { background-color: rgb(187,196,33); }
div.DivClassName
{
background-color: #BBC421;
}
.BgClassName
{
background-color: #BBC421;
}
</style>
border-color css
<style>
span { border-color: #BBC421; }
span { border-color: rgb(187,196,33); }
td.TdClassName
{
border-color: #BBC421;
}
.TagClassName
{
border-color: #BBC421;
}
</style>