Shades of Rio Grande #B8BA1C
Tints of Rio Grande #B8BA1C
RGB
CMYK
RGB Variations
Color information
#B8BA1C (or 0xB8BA1C) is known color: Rio Grande. HEX triplet: B8, BA and 1C. RGB value is (184,186,28). Sum of RGB (Red+Green+Blue) = 184+186+28=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 28 (11.33% from 255 or 7.04% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BA1C is #4745E3. Grayscale: #A8A8A8. Windows color (decimal): -4670948 or 1882808. OLE color: 1882808.
HSL color Cylindrical-coordinate representation of color #B8BA1C: hue angle of 60.76º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8BA1C is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 186 | 28 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.27 |
| HSL | 60.76º | 0.74% | 0.42% | - |
| HSV(B) | 60.76º | 0.85% | 0.73% | - |
| XYZ | 37.54 | 45.39 | 7.88 | - |
| YUV | 167.39 | 49.34 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 186 | 28 | 0.01 | 0 | 0.85 | 0.27 | 60.76 | 0.74 | 0.42 |
| Hex | B8 | BA | 1C | 1 | 0 | 55 | 1B | 3D | 4A | 2A |
| Octal | 270 | 272 | 34 | 1 | 0 | 125 | 33 | 75 | 112 | 52 |
| Binary | 10111000 | 10111010 | 11100 | 1 | 0 | 1010101 | 11011 | 111101 | 1001010 | 101010 |
Color Harmonies of #B8BA1C
Complementary color
Monochromatic Colors of #B8BA1C
Black with #B8BA1C
Text Example
Text Example
White with #B8BA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BA1C; }
p { color: rgb(184,186,28); }
H1.HeaderClassName
{
color: #B8BA1C;
}
.AnyTagClassName
{
color: #B8BA1C;
}
</style>
background-color css
<style>
a { background-color: #B8BA1C; }
a { background-color: rgb(184,186,28); }
div.DivClassName
{
background-color: #B8BA1C;
}
.BgClassName
{
background-color: #B8BA1C;
}
</style>
border-color css
<style>
span { border-color: #B8BA1C; }
span { border-color: rgb(184,186,28); }
td.TdClassName
{
border-color: #B8BA1C;
}
.TagClassName
{
border-color: #B8BA1C;
}
</style>