Shades of Rio Grande #B8C11A
Tints of Rio Grande #B8C11A
RGB
CMYK
RGB Variations
Color information
#B8C11A (or 0xB8C11A) is known color: Rio Grande. HEX triplet: B8, C1 and 1A. RGB value is (184,193,26). Sum of RGB (Red+Green+Blue) = 184+193+26=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 26 (10.55% from 255 or 6.45% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #B8C11A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C11A is #473EE5. Grayscale: #ABABAB. Windows color (decimal): -4669158 or 1753528. OLE color: 1753528.
HSL color Cylindrical-coordinate representation of color #B8C11A: hue angle of 63.23º 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 #B8C11A is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 193 | 26 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.24 |
| HSL | 63.23º | 0.76% | 0.43% | - |
| HSV(B) | 63.23º | 0.87% | 0.76% | - |
| XYZ | 39.02 | 48.4 | 8.26 | - |
| YUV | 171.27 | 46.02 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 193 | 26 | 0.05 | 0 | 0.87 | 0.24 | 63.23 | 0.76 | 0.43 |
| Hex | B8 | C1 | 1A | 5 | 0 | 57 | 18 | 3F | 4C | 2B |
| Octal | 270 | 301 | 32 | 5 | 0 | 127 | 30 | 77 | 114 | 53 |
| Binary | 10111000 | 11000001 | 11010 | 101 | 0 | 1010111 | 11000 | 111111 | 1001100 | 101011 |
Color Harmonies of #B8C11A
Complementary color
Monochromatic Colors of #B8C11A
Black with #B8C11A
Text Example
Text Example
White with #B8C11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C11A; }
p { color: rgb(184,193,26); }
H1.HeaderClassName
{
color: #B8C11A;
}
.AnyTagClassName
{
color: #B8C11A;
}
</style>
background-color css
<style>
a { background-color: #B8C11A; }
a { background-color: rgb(184,193,26); }
div.DivClassName
{
background-color: #B8C11A;
}
.BgClassName
{
background-color: #B8C11A;
}
</style>
border-color css
<style>
span { border-color: #B8C11A; }
span { border-color: rgb(184,193,26); }
td.TdClassName
{
border-color: #B8C11A;
}
.TagClassName
{
border-color: #B8C11A;
}
</style>