Shades of Rio Grande #B8C22E
Tints of Rio Grande #B8C22E
RGB
CMYK
RGB Variations
Color information
#B8C22E (or 0xB8C22E) is known color: Rio Grande. HEX triplet: B8, C2 and 2E. RGB value is (184,194,46). Sum of RGB (Red+Green+Blue) = 184+194+46=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 46 (18.36% from 255 or 10.85% from 424); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C22E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C22E is #473DD1. Grayscale: #AEAEAE. Windows color (decimal): -4668882 or 3064504. OLE color: 3064504.
HSL color Cylindrical-coordinate representation of color #B8C22E: hue angle of 64.05º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8C22E is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 194 | 46 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.24 |
| HSL | 64.05º | 0.62% | 0.47% | - |
| HSV(B) | 64.05º | 0.76% | 0.76% | - |
| XYZ | 39.55 | 48.97 | 9.95 | - |
| YUV | 174.14 | 55.69 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 194 | 46 | 0.05 | 0 | 0.76 | 0.24 | 64.05 | 0.62 | 0.47 |
| Hex | B8 | C2 | 2E | 5 | 0 | 4C | 18 | 40 | 3E | 2F |
| Octal | 270 | 302 | 56 | 5 | 0 | 114 | 30 | 100 | 76 | 57 |
| Binary | 10111000 | 11000010 | 101110 | 101 | 0 | 1001100 | 11000 | 1000000 | 111110 | 101111 |
Color Harmonies of #B8C22E
Complementary color
Monochromatic Colors of #B8C22E
Black with #B8C22E
Text Example
Text Example
White with #B8C22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C22E; }
p { color: rgb(184,194,46); }
H1.HeaderClassName
{
color: #B8C22E;
}
.AnyTagClassName
{
color: #B8C22E;
}
</style>
background-color css
<style>
a { background-color: #B8C22E; }
a { background-color: rgb(184,194,46); }
div.DivClassName
{
background-color: #B8C22E;
}
.BgClassName
{
background-color: #B8C22E;
}
</style>
border-color css
<style>
span { border-color: #B8C22E; }
span { border-color: rgb(184,194,46); }
td.TdClassName
{
border-color: #B8C22E;
}
.TagClassName
{
border-color: #B8C22E;
}
</style>