Shades of Rio Grande #B8C42B
Tints of Rio Grande #B8C42B
RGB
CMYK
RGB Variations
Color information
#B8C42B (or 0xB8C42B) is known color: Rio Grande. HEX triplet: B8, C4 and 2B. RGB value is (184,196,43). Sum of RGB (Red+Green+Blue) = 184+196+43=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 196 (76.95% from 255 or 46.34% from 423); Blue value is 43 (17.19% from 255 or 10.17% from 423); Max value from RGB is 196 - color contains mainly: green. Hex color #B8C42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C42B is #473BD4. Grayscale: #AFAFAF. Windows color (decimal): -4668373 or 2868408. OLE color: 2868408.
HSL color Cylindrical-coordinate representation of color #B8C42B: hue angle of 64.71º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B8C42B is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 196 | 43 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.23 |
| HSL | 64.71º | 0.64% | 0.47% | - |
| HSV(B) | 64.71º | 0.78% | 0.77% | - |
| XYZ | 39.94 | 49.84 | 9.8 | - |
| YUV | 174.97 | 53.52 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 196 | 43 | 0.06 | 0 | 0.78 | 0.23 | 64.71 | 0.64 | 0.47 |
| Hex | B8 | C4 | 2B | 6 | 0 | 4E | 17 | 41 | 40 | 2F |
| Octal | 270 | 304 | 53 | 6 | 0 | 116 | 27 | 101 | 100 | 57 |
| Binary | 10111000 | 11000100 | 101011 | 110 | 0 | 1001110 | 10111 | 1000001 | 1000000 | 101111 |
Color Harmonies of #B8C42B
Complementary color
Monochromatic Colors of #B8C42B
Black with #B8C42B
Text Example
Text Example
White with #B8C42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C42B; }
p { color: rgb(184,196,43); }
H1.HeaderClassName
{
color: #B8C42B;
}
.AnyTagClassName
{
color: #B8C42B;
}
</style>
background-color css
<style>
a { background-color: #B8C42B; }
a { background-color: rgb(184,196,43); }
div.DivClassName
{
background-color: #B8C42B;
}
.BgClassName
{
background-color: #B8C42B;
}
</style>
border-color css
<style>
span { border-color: #B8C42B; }
span { border-color: rgb(184,196,43); }
td.TdClassName
{
border-color: #B8C42B;
}
.TagClassName
{
border-color: #B8C42B;
}
</style>