Shades of Rio Grande #B3C421
Tints of Rio Grande #B3C421
RGB
CMYK
RGB Variations
Color information
#B3C421 (or 0xB3C421) is known color: Rio Grande. HEX triplet: B3, C4 and 21. RGB value is (179,196,33). Sum of RGB (Red+Green+Blue) = 179+196+33=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 196 (76.95% from 255 or 48.04% from 408); Blue value is 33 (13.28% from 255 or 8.09% from 408); Max value from RGB is 196 - color contains mainly: green. Hex color #B3C421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C421 is #4C3BDE. Grayscale: #ACACAC. Windows color (decimal): -4996063 or 2213043. OLE color: 2213043.
HSL color Cylindrical-coordinate representation of color #B3C421: hue angle of 66.26º 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 #B3C421 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 196 | 33 | - |
| CMYK | 0.09 | 0 | 0.83 | 0.23 |
| HSL | 66.26º | 0.71% | 0.45% | - |
| HSV(B) | 66.26º | 0.83% | 0.77% | - |
| XYZ | 38.6 | 49.17 | 8.9 | - |
| YUV | 172.34 | 49.37 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 196 | 33 | 0.09 | 0 | 0.83 | 0.23 | 66.26 | 0.71 | 0.45 |
| Hex | B3 | C4 | 21 | 9 | 0 | 53 | 17 | 42 | 47 | 2D |
| Octal | 263 | 304 | 41 | 11 | 0 | 123 | 27 | 102 | 107 | 55 |
| Binary | 10110011 | 11000100 | 100001 | 1001 | 0 | 1010011 | 10111 | 1000010 | 1000111 | 101101 |
Color Harmonies of #B3C421
Complementary color
Monochromatic Colors of #B3C421
Black with #B3C421
Text Example
Text Example
White with #B3C421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C421; }
p { color: rgb(179,196,33); }
H1.HeaderClassName
{
color: #B3C421;
}
.AnyTagClassName
{
color: #B3C421;
}
</style>
background-color css
<style>
a { background-color: #B3C421; }
a { background-color: rgb(179,196,33); }
div.DivClassName
{
background-color: #B3C421;
}
.BgClassName
{
background-color: #B3C421;
}
</style>
border-color css
<style>
span { border-color: #B3C421; }
span { border-color: rgb(179,196,33); }
td.TdClassName
{
border-color: #B3C421;
}
.TagClassName
{
border-color: #B3C421;
}
</style>