Shades of Rio Grande #B3C022
Tints of Rio Grande #B3C022
RGB
CMYK
RGB Variations
Color information
#B3C022 (or 0xB3C022) is known color: Rio Grande. HEX triplet: B3, C0 and 22. RGB value is (179,192,34). Sum of RGB (Red+Green+Blue) = 179+192+34=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 34 (13.67% from 255 or 8.40% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C022 is #4C3FDD. Grayscale: #AAAAAA. Windows color (decimal): -4997086 or 2277555. OLE color: 2277555.
HSL color Cylindrical-coordinate representation of color #B3C022: hue angle of 64.94º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B3C022 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 192 | 34 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.25 |
| HSL | 64.94º | 0.7% | 0.44% | - |
| HSV(B) | 64.94º | 0.82% | 0.75% | - |
| XYZ | 37.73 | 47.4 | 8.67 | - |
| YUV | 170.1 | 51.19 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 192 | 34 | 0.07 | 0 | 0.82 | 0.25 | 64.94 | 0.7 | 0.44 |
| Hex | B3 | C0 | 22 | 7 | 0 | 52 | 19 | 41 | 46 | 2C |
| Octal | 263 | 300 | 42 | 7 | 0 | 122 | 31 | 101 | 106 | 54 |
| Binary | 10110011 | 11000000 | 100010 | 111 | 0 | 1010010 | 11001 | 1000001 | 1000110 | 101100 |
Color Harmonies of #B3C022
Complementary color
Monochromatic Colors of #B3C022
Black with #B3C022
Text Example
Text Example
White with #B3C022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C022; }
p { color: rgb(179,192,34); }
H1.HeaderClassName
{
color: #B3C022;
}
.AnyTagClassName
{
color: #B3C022;
}
</style>
background-color css
<style>
a { background-color: #B3C022; }
a { background-color: rgb(179,192,34); }
div.DivClassName
{
background-color: #B3C022;
}
.BgClassName
{
background-color: #B3C022;
}
</style>
border-color css
<style>
span { border-color: #B3C022; }
span { border-color: rgb(179,192,34); }
td.TdClassName
{
border-color: #B3C022;
}
.TagClassName
{
border-color: #B3C022;
}
</style>