Shades of Rio Grande #B3CB22
Tints of Rio Grande #B3CB22
RGB
CMYK
RGB Variations
Color information
#B3CB22 (or 0xB3CB22) is known color: Rio Grande. HEX triplet: B3, CB and 22. RGB value is (179,203,34). Sum of RGB (Red+Green+Blue) = 179+203+34=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 203 (79.69% from 255 or 48.80% from 416); Blue value is 34 (13.67% from 255 or 8.17% from 416); Max value from RGB is 203 - color contains mainly: green. Hex color #B3CB22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3CB22 is #4C34DD. Grayscale: #B1B1B1. Windows color (decimal): -4994270 or 2280371. OLE color: 2280371.
HSL color Cylindrical-coordinate representation of color #B3CB22: hue angle of 68.52º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B3CB22 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 203 | 34 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.20 |
| HSL | 68.52º | 0.71% | 0.46% | - |
| HSV(B) | 68.52º | 0.83% | 0.8% | - |
| XYZ | 40.24 | 52.41 | 9.51 | - |
| YUV | 176.56 | 47.55 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 203 | 34 | 0.12 | 0 | 0.83 | 0.20 | 68.52 | 0.71 | 0.46 |
| Hex | B3 | CB | 22 | C | 0 | 53 | 14 | 45 | 47 | 2E |
| Octal | 263 | 313 | 42 | 14 | 0 | 123 | 24 | 105 | 107 | 56 |
| Binary | 10110011 | 11001011 | 100010 | 1100 | 0 | 1010011 | 10100 | 1000101 | 1000111 | 101110 |
Color Harmonies of #B3CB22
Complementary color
Monochromatic Colors of #B3CB22
Black with #B3CB22
Text Example
Text Example
White with #B3CB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CB22; }
p { color: rgb(179,203,34); }
H1.HeaderClassName
{
color: #B3CB22;
}
.AnyTagClassName
{
color: #B3CB22;
}
</style>
background-color css
<style>
a { background-color: #B3CB22; }
a { background-color: rgb(179,203,34); }
div.DivClassName
{
background-color: #B3CB22;
}
.BgClassName
{
background-color: #B3CB22;
}
</style>
border-color css
<style>
span { border-color: #B3CB22; }
span { border-color: rgb(179,203,34); }
td.TdClassName
{
border-color: #B3CB22;
}
.TagClassName
{
border-color: #B3CB22;
}
</style>