Shades of Rio Grande #B8BC1B
Tints of Rio Grande #B8BC1B
RGB
CMYK
RGB Variations
Color information
#B8BC1B (or 0xB8BC1B) is known color: Rio Grande. HEX triplet: B8, BC and 1B. RGB value is (184,188,27). Sum of RGB (Red+Green+Blue) = 184+188+27=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 27 (10.94% from 255 or 6.77% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BC1B is #4743E4. Grayscale: #A9A9A9. Windows color (decimal): -4670437 or 1817784. OLE color: 1817784.
HSL color Cylindrical-coordinate representation of color #B8BC1B: hue angle of 61.49º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8BC1B is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 188 | 27 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.26 |
| HSL | 61.49º | 0.75% | 0.42% | - |
| HSV(B) | 61.49º | 0.86% | 0.74% | - |
| XYZ | 37.95 | 46.24 | 7.96 | - |
| YUV | 168.45 | 48.17 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 188 | 27 | 0.02 | 0 | 0.86 | 0.26 | 61.49 | 0.75 | 0.42 |
| Hex | B8 | BC | 1B | 2 | 0 | 56 | 1A | 3D | 4B | 2A |
| Octal | 270 | 274 | 33 | 2 | 0 | 126 | 32 | 75 | 113 | 52 |
| Binary | 10111000 | 10111100 | 11011 | 10 | 0 | 1010110 | 11010 | 111101 | 1001011 | 101010 |
Color Harmonies of #B8BC1B
Complementary color
Monochromatic Colors of #B8BC1B
Black with #B8BC1B
Text Example
Text Example
White with #B8BC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BC1B; }
p { color: rgb(184,188,27); }
H1.HeaderClassName
{
color: #B8BC1B;
}
.AnyTagClassName
{
color: #B8BC1B;
}
</style>
background-color css
<style>
a { background-color: #B8BC1B; }
a { background-color: rgb(184,188,27); }
div.DivClassName
{
background-color: #B8BC1B;
}
.BgClassName
{
background-color: #B8BC1B;
}
</style>
border-color css
<style>
span { border-color: #B8BC1B; }
span { border-color: rgb(184,188,27); }
td.TdClassName
{
border-color: #B8BC1B;
}
.TagClassName
{
border-color: #B8BC1B;
}
</style>