Shades of Rio Grande #B8C422
Tints of Rio Grande #B8C422
RGB
CMYK
RGB Variations
Color information
#B8C422 (or 0xB8C422) is known color: Rio Grande. HEX triplet: B8, C4 and 22. RGB value is (184,196,34). Sum of RGB (Red+Green+Blue) = 184+196+34=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 196 (76.95% from 255 or 47.34% from 414); Blue value is 34 (13.67% from 255 or 8.21% from 414); Max value from RGB is 196 - color contains mainly: green. Hex color #B8C422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C422 is #473BDD. Grayscale: #AEAEAE. Windows color (decimal): -4668382 or 2278584. OLE color: 2278584.
HSL color Cylindrical-coordinate representation of color #B8C422: hue angle of 64.44º degrees, saturation: 0.7, 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 #B8C422 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 196 | 34 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.23 |
| HSL | 64.44º | 0.7% | 0.45% | - |
| HSV(B) | 64.44º | 0.83% | 0.77% | - |
| XYZ | 39.8 | 49.79 | 9.03 | - |
| YUV | 173.94 | 49.02 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 196 | 34 | 0.06 | 0 | 0.83 | 0.23 | 64.44 | 0.7 | 0.45 |
| Hex | B8 | C4 | 22 | 6 | 0 | 53 | 17 | 40 | 46 | 2D |
| Octal | 270 | 304 | 42 | 6 | 0 | 123 | 27 | 100 | 106 | 55 |
| Binary | 10111000 | 11000100 | 100010 | 110 | 0 | 1010011 | 10111 | 1000000 | 1000110 | 101101 |
Color Harmonies of #B8C422
Complementary color
Monochromatic Colors of #B8C422
Black with #B8C422
Text Example
Text Example
White with #B8C422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C422; }
p { color: rgb(184,196,34); }
H1.HeaderClassName
{
color: #B8C422;
}
.AnyTagClassName
{
color: #B8C422;
}
</style>
background-color css
<style>
a { background-color: #B8C422; }
a { background-color: rgb(184,196,34); }
div.DivClassName
{
background-color: #B8C422;
}
.BgClassName
{
background-color: #B8C422;
}
</style>
border-color css
<style>
span { border-color: #B8C422; }
span { border-color: rgb(184,196,34); }
td.TdClassName
{
border-color: #B8C422;
}
.TagClassName
{
border-color: #B8C422;
}
</style>