Shades of Rio Grande #B8C31A
Tints of Rio Grande #B8C31A
RGB
CMYK
RGB Variations
Color information
#B8C31A (or 0xB8C31A) is known color: Rio Grande. HEX triplet: B8, C3 and 1A. RGB value is (184,195,26). Sum of RGB (Red+Green+Blue) = 184+195+26=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 26 (10.55% from 255 or 6.42% from 405); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C31A is #473CE5. Grayscale: #ADADAD. Windows color (decimal): -4668646 or 1754040. OLE color: 1754040.
HSL color Cylindrical-coordinate representation of color #B8C31A: hue angle of 63.91º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B8C31A is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 195 | 26 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.24 |
| HSL | 63.91º | 0.76% | 0.43% | - |
| HSV(B) | 63.91º | 0.87% | 0.76% | - |
| XYZ | 39.47 | 49.3 | 8.41 | - |
| YUV | 172.45 | 45.36 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 195 | 26 | 0.06 | 0 | 0.87 | 0.24 | 63.91 | 0.76 | 0.43 |
| Hex | B8 | C3 | 1A | 6 | 0 | 57 | 18 | 40 | 4C | 2B |
| Octal | 270 | 303 | 32 | 6 | 0 | 127 | 30 | 100 | 114 | 53 |
| Binary | 10111000 | 11000011 | 11010 | 110 | 0 | 1010111 | 11000 | 1000000 | 1001100 | 101011 |
Color Harmonies of #B8C31A
Complementary color
Monochromatic Colors of #B8C31A
Black with #B8C31A
Text Example
Text Example
White with #B8C31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C31A; }
p { color: rgb(184,195,26); }
H1.HeaderClassName
{
color: #B8C31A;
}
.AnyTagClassName
{
color: #B8C31A;
}
</style>
background-color css
<style>
a { background-color: #B8C31A; }
a { background-color: rgb(184,195,26); }
div.DivClassName
{
background-color: #B8C31A;
}
.BgClassName
{
background-color: #B8C31A;
}
</style>
border-color css
<style>
span { border-color: #B8C31A; }
span { border-color: rgb(184,195,26); }
td.TdClassName
{
border-color: #B8C31A;
}
.TagClassName
{
border-color: #B8C31A;
}
</style>