Shades of Rio Grande #B8BA25
Tints of Rio Grande #B8BA25
RGB
CMYK
RGB Variations
Color information
#B8BA25 (or 0xB8BA25) is known color: Rio Grande. HEX triplet: B8, BA and 25. RGB value is (184,186,37). Sum of RGB (Red+Green+Blue) = 184+186+37=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 37 (14.84% from 255 or 9.09% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BA25 is #4745DA. Grayscale: #A9A9A9. Windows color (decimal): -4670939 or 2472632. OLE color: 2472632.
HSL color Cylindrical-coordinate representation of color #B8BA25: hue angle of 60.81º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B8BA25 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 186 | 37 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.27 |
| HSL | 60.81º | 0.67% | 0.44% | - |
| HSV(B) | 60.81º | 0.8% | 0.73% | - |
| XYZ | 37.66 | 45.44 | 8.54 | - |
| YUV | 168.42 | 53.84 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 186 | 37 | 0.01 | 0 | 0.80 | 0.27 | 60.81 | 0.67 | 0.44 |
| Hex | B8 | BA | 25 | 1 | 0 | 50 | 1B | 3D | 43 | 2C |
| Octal | 270 | 272 | 45 | 1 | 0 | 120 | 33 | 75 | 103 | 54 |
| Binary | 10111000 | 10111010 | 100101 | 1 | 0 | 1010000 | 11011 | 111101 | 1000011 | 101100 |
Color Harmonies of #B8BA25
Complementary color
Monochromatic Colors of #B8BA25
Black with #B8BA25
Text Example
Text Example
White with #B8BA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BA25; }
p { color: rgb(184,186,37); }
H1.HeaderClassName
{
color: #B8BA25;
}
.AnyTagClassName
{
color: #B8BA25;
}
</style>
background-color css
<style>
a { background-color: #B8BA25; }
a { background-color: rgb(184,186,37); }
div.DivClassName
{
background-color: #B8BA25;
}
.BgClassName
{
background-color: #B8BA25;
}
</style>
border-color css
<style>
span { border-color: #B8BA25; }
span { border-color: rgb(184,186,37); }
td.TdClassName
{
border-color: #B8BA25;
}
.TagClassName
{
border-color: #B8BA25;
}
</style>