Shades of Rio Grande #B8BC25
Tints of Rio Grande #B8BC25
RGB
CMYK
RGB Variations
Color information
#B8BC25 (or 0xB8BC25) is known color: Rio Grande. HEX triplet: B8, BC and 25. RGB value is (184,188,37). Sum of RGB (Red+Green+Blue) = 184+188+37=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 37 (14.84% from 255 or 9.05% from 409); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BC25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BC25 is #4743DA. Grayscale: #AAAAAA. Windows color (decimal): -4670427 or 2473144. OLE color: 2473144.
HSL color Cylindrical-coordinate representation of color #B8BC25: hue angle of 61.59º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B8BC25 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 188 | 37 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.26 |
| HSL | 61.59º | 0.67% | 0.44% | - |
| HSV(B) | 61.59º | 0.8% | 0.74% | - |
| XYZ | 38.08 | 46.29 | 8.68 | - |
| YUV | 169.59 | 53.17 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 188 | 37 | 0.02 | 0 | 0.80 | 0.26 | 61.59 | 0.67 | 0.44 |
| Hex | B8 | BC | 25 | 2 | 0 | 50 | 1A | 3E | 43 | 2C |
| Octal | 270 | 274 | 45 | 2 | 0 | 120 | 32 | 76 | 103 | 54 |
| Binary | 10111000 | 10111100 | 100101 | 10 | 0 | 1010000 | 11010 | 111110 | 1000011 | 101100 |
Color Harmonies of #B8BC25
Complementary color
Monochromatic Colors of #B8BC25
Black with #B8BC25
Text Example
Text Example
White with #B8BC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BC25; }
p { color: rgb(184,188,37); }
H1.HeaderClassName
{
color: #B8BC25;
}
.AnyTagClassName
{
color: #B8BC25;
}
</style>
background-color css
<style>
a { background-color: #B8BC25; }
a { background-color: rgb(184,188,37); }
div.DivClassName
{
background-color: #B8BC25;
}
.BgClassName
{
background-color: #B8BC25;
}
</style>
border-color css
<style>
span { border-color: #B8BC25; }
span { border-color: rgb(184,188,37); }
td.TdClassName
{
border-color: #B8BC25;
}
.TagClassName
{
border-color: #B8BC25;
}
</style>