Shades of Rio Grande #B8C11B
Tints of Rio Grande #B8C11B
RGB
CMYK
RGB Variations
Color information
#B8C11B (or 0xB8C11B) is known color: Rio Grande. HEX triplet: B8, C1 and 1B. RGB value is (184,193,27). Sum of RGB (Red+Green+Blue) = 184+193+27=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 27 (10.94% from 255 or 6.68% from 404); Max value from RGB is 193 - color contains mainly: green. Hex color #B8C11B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C11B is #473EE4. Grayscale: #ACACAC. Windows color (decimal): -4669157 or 1819064. OLE color: 1819064.
HSL color Cylindrical-coordinate representation of color #B8C11B: hue angle of 63.25º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8C11B is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 193 | 27 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.24 |
| HSL | 63.25º | 0.75% | 0.43% | - |
| HSV(B) | 63.25º | 0.86% | 0.76% | - |
| XYZ | 39.03 | 48.41 | 8.32 | - |
| YUV | 171.39 | 46.52 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 193 | 27 | 0.05 | 0 | 0.86 | 0.24 | 63.25 | 0.75 | 0.43 |
| Hex | B8 | C1 | 1B | 5 | 0 | 56 | 18 | 3F | 4B | 2B |
| Octal | 270 | 301 | 33 | 5 | 0 | 126 | 30 | 77 | 113 | 53 |
| Binary | 10111000 | 11000001 | 11011 | 101 | 0 | 1010110 | 11000 | 111111 | 1001011 | 101011 |
Color Harmonies of #B8C11B
Complementary color
Monochromatic Colors of #B8C11B
Black with #B8C11B
Text Example
Text Example
White with #B8C11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C11B; }
p { color: rgb(184,193,27); }
H1.HeaderClassName
{
color: #B8C11B;
}
.AnyTagClassName
{
color: #B8C11B;
}
</style>
background-color css
<style>
a { background-color: #B8C11B; }
a { background-color: rgb(184,193,27); }
div.DivClassName
{
background-color: #B8C11B;
}
.BgClassName
{
background-color: #B8C11B;
}
</style>
border-color css
<style>
span { border-color: #B8C11B; }
span { border-color: rgb(184,193,27); }
td.TdClassName
{
border-color: #B8C11B;
}
.TagClassName
{
border-color: #B8C11B;
}
</style>