Shades of Rio Grande #B8C31B
Tints of Rio Grande #B8C31B
RGB
CMYK
RGB Variations
Color information
#B8C31B (or 0xB8C31B) is known color: Rio Grande. HEX triplet: B8, C3 and 1B. RGB value is (184,195,27). Sum of RGB (Red+Green+Blue) = 184+195+27=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 27 (10.94% from 255 or 6.65% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C31B is #473CE4. Grayscale: #ADADAD. Windows color (decimal): -4668645 or 1819576. OLE color: 1819576.
HSL color Cylindrical-coordinate representation of color #B8C31B: hue angle of 63.93º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8C31B is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 195 | 27 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.24 |
| HSL | 63.93º | 0.76% | 0.44% | - |
| HSV(B) | 63.93º | 0.86% | 0.76% | - |
| XYZ | 39.48 | 49.3 | 8.47 | - |
| YUV | 172.56 | 45.86 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 195 | 27 | 0.06 | 0 | 0.86 | 0.24 | 63.93 | 0.76 | 0.44 |
| Hex | B8 | C3 | 1B | 6 | 0 | 56 | 18 | 40 | 4C | 2C |
| Octal | 270 | 303 | 33 | 6 | 0 | 126 | 30 | 100 | 114 | 54 |
| Binary | 10111000 | 11000011 | 11011 | 110 | 0 | 1010110 | 11000 | 1000000 | 1001100 | 101100 |
Color Harmonies of #B8C31B
Complementary color
Monochromatic Colors of #B8C31B
Black with #B8C31B
Text Example
Text Example
White with #B8C31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C31B; }
p { color: rgb(184,195,27); }
H1.HeaderClassName
{
color: #B8C31B;
}
.AnyTagClassName
{
color: #B8C31B;
}
</style>
background-color css
<style>
a { background-color: #B8C31B; }
a { background-color: rgb(184,195,27); }
div.DivClassName
{
background-color: #B8C31B;
}
.BgClassName
{
background-color: #B8C31B;
}
</style>
border-color css
<style>
span { border-color: #B8C31B; }
span { border-color: rgb(184,195,27); }
td.TdClassName
{
border-color: #B8C31B;
}
.TagClassName
{
border-color: #B8C31B;
}
</style>