Shades of Rio Grande #B3CB20
Tints of Rio Grande #B3CB20
RGB
CMYK
RGB Variations
Color information
#B3CB20 (or 0xB3CB20) is known color: Rio Grande. HEX triplet: B3, CB and 20. RGB value is (179,203,32). Sum of RGB (Red+Green+Blue) = 179+203+32=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 32 (12.89% from 255 or 7.73% from 414); Max value from RGB is 203 - color contains mainly: green. Hex color #B3CB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3CB20 is #4C34DF. Grayscale: #B0B0B0. Windows color (decimal): -4994272 or 2149299. OLE color: 2149299.
HSL color Cylindrical-coordinate representation of color #B3CB20: hue angle of 68.42º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B3CB20 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 203 | 32 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.20 |
| HSL | 68.42º | 0.73% | 0.46% | - |
| HSV(B) | 68.42º | 0.84% | 0.8% | - |
| XYZ | 40.21 | 52.4 | 9.36 | - |
| YUV | 176.33 | 46.55 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 203 | 32 | 0.12 | 0 | 0.84 | 0.20 | 68.42 | 0.73 | 0.46 |
| Hex | B3 | CB | 20 | C | 0 | 54 | 14 | 44 | 49 | 2E |
| Octal | 263 | 313 | 40 | 14 | 0 | 124 | 24 | 104 | 111 | 56 |
| Binary | 10110011 | 11001011 | 100000 | 1100 | 0 | 1010100 | 10100 | 1000100 | 1001001 | 101110 |
Color Harmonies of #B3CB20
Complementary color
Monochromatic Colors of #B3CB20
Black with #B3CB20
Text Example
Text Example
White with #B3CB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CB20; }
p { color: rgb(179,203,32); }
H1.HeaderClassName
{
color: #B3CB20;
}
.AnyTagClassName
{
color: #B3CB20;
}
</style>
background-color css
<style>
a { background-color: #B3CB20; }
a { background-color: rgb(179,203,32); }
div.DivClassName
{
background-color: #B3CB20;
}
.BgClassName
{
background-color: #B3CB20;
}
</style>
border-color css
<style>
span { border-color: #B3CB20; }
span { border-color: rgb(179,203,32); }
td.TdClassName
{
border-color: #B3CB20;
}
.TagClassName
{
border-color: #B3CB20;
}
</style>