Shades of Rio Grande #B8BA24
Tints of Rio Grande #B8BA24
RGB
CMYK
RGB Variations
Color information
#B8BA24 (or 0xB8BA24) is known color: Rio Grande. HEX triplet: B8, BA and 24. RGB value is (184,186,36). Sum of RGB (Red+Green+Blue) = 184+186+36=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 36 (14.45% from 255 or 8.87% from 406); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BA24 is #4745DB. Grayscale: #A8A8A8. Windows color (decimal): -4670940 or 2407096. OLE color: 2407096.
HSL color Cylindrical-coordinate representation of color #B8BA24: hue angle of 60.8º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B8BA24 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 186 | 36 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.27 |
| HSL | 60.8º | 0.68% | 0.44% | - |
| HSV(B) | 60.8º | 0.81% | 0.73% | - |
| XYZ | 37.64 | 45.44 | 8.45 | - |
| YUV | 168.3 | 53.34 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 186 | 36 | 0.01 | 0 | 0.81 | 0.27 | 60.8 | 0.68 | 0.44 |
| Hex | B8 | BA | 24 | 1 | 0 | 51 | 1B | 3D | 44 | 2C |
| Octal | 270 | 272 | 44 | 1 | 0 | 121 | 33 | 75 | 104 | 54 |
| Binary | 10111000 | 10111010 | 100100 | 1 | 0 | 1010001 | 11011 | 111101 | 1000100 | 101100 |
Color Harmonies of #B8BA24
Complementary color
Monochromatic Colors of #B8BA24
Black with #B8BA24
Text Example
Text Example
White with #B8BA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BA24; }
p { color: rgb(184,186,36); }
H1.HeaderClassName
{
color: #B8BA24;
}
.AnyTagClassName
{
color: #B8BA24;
}
</style>
background-color css
<style>
a { background-color: #B8BA24; }
a { background-color: rgb(184,186,36); }
div.DivClassName
{
background-color: #B8BA24;
}
.BgClassName
{
background-color: #B8BA24;
}
</style>
border-color css
<style>
span { border-color: #B8BA24; }
span { border-color: rgb(184,186,36); }
td.TdClassName
{
border-color: #B8BA24;
}
.TagClassName
{
border-color: #B8BA24;
}
</style>