Shades of Rio Grande #B1C321
Tints of Rio Grande #B1C321
RGB
CMYK
RGB Variations
Color information
#B1C321 (or 0xB1C321) is known color: Rio Grande. HEX triplet: B1, C3 and 21. RGB value is (177,195,33). Sum of RGB (Red+Green+Blue) = 177+195+33=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 33 (13.28% from 255 or 8.15% from 405); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C321 is #4E3CDE. Grayscale: #ABABAB. Windows color (decimal): -5127391 or 2212785. OLE color: 2212785.
HSL color Cylindrical-coordinate representation of color #B1C321: hue angle of 66.67º 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 #B1C321 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 195 | 33 | - |
| CMYK | 0.09 | 0 | 0.83 | 0.24 |
| HSL | 66.67º | 0.71% | 0.45% | - |
| HSV(B) | 66.67º | 0.83% | 0.76% | - |
| XYZ | 37.92 | 48.49 | 8.8 | - |
| YUV | 171.15 | 50.04 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 195 | 33 | 0.09 | 0 | 0.83 | 0.24 | 66.67 | 0.71 | 0.45 |
| Hex | B1 | C3 | 21 | 9 | 0 | 53 | 18 | 43 | 47 | 2D |
| Octal | 261 | 303 | 41 | 11 | 0 | 123 | 30 | 103 | 107 | 55 |
| Binary | 10110001 | 11000011 | 100001 | 1001 | 0 | 1010011 | 11000 | 1000011 | 1000111 | 101101 |
Color Harmonies of #B1C321
Complementary color
Monochromatic Colors of #B1C321
Black with #B1C321
Text Example
Text Example
White with #B1C321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C321; }
p { color: rgb(177,195,33); }
H1.HeaderClassName
{
color: #B1C321;
}
.AnyTagClassName
{
color: #B1C321;
}
</style>
background-color css
<style>
a { background-color: #B1C321; }
a { background-color: rgb(177,195,33); }
div.DivClassName
{
background-color: #B1C321;
}
.BgClassName
{
background-color: #B1C321;
}
</style>
border-color css
<style>
span { border-color: #B1C321; }
span { border-color: rgb(177,195,33); }
td.TdClassName
{
border-color: #B1C321;
}
.TagClassName
{
border-color: #B1C321;
}
</style>