Shades of Rio Grande #B8BA21
Tints of Rio Grande #B8BA21
RGB
CMYK
RGB Variations
Color information
#B8BA21 (or 0xB8BA21) is known color: Rio Grande. HEX triplet: B8, BA and 21. RGB value is (184,186,33). Sum of RGB (Red+Green+Blue) = 184+186+33=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 33 (13.28% from 255 or 8.19% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BA21 is #4745DE. Grayscale: #A8A8A8. Windows color (decimal): -4670943 or 2210488. OLE color: 2210488.
HSL color Cylindrical-coordinate representation of color #B8BA21: hue angle of 60.78º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B8BA21 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 186 | 33 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.27 |
| HSL | 60.78º | 0.7% | 0.43% | - |
| HSV(B) | 60.78º | 0.82% | 0.73% | - |
| XYZ | 37.6 | 45.42 | 8.22 | - |
| YUV | 167.96 | 51.84 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 186 | 33 | 0.01 | 0 | 0.82 | 0.27 | 60.78 | 0.7 | 0.43 |
| Hex | B8 | BA | 21 | 1 | 0 | 52 | 1B | 3D | 46 | 2B |
| Octal | 270 | 272 | 41 | 1 | 0 | 122 | 33 | 75 | 106 | 53 |
| Binary | 10111000 | 10111010 | 100001 | 1 | 0 | 1010010 | 11011 | 111101 | 1000110 | 101011 |
Color Harmonies of #B8BA21
Complementary color
Monochromatic Colors of #B8BA21
Black with #B8BA21
Text Example
Text Example
White with #B8BA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BA21; }
p { color: rgb(184,186,33); }
H1.HeaderClassName
{
color: #B8BA21;
}
.AnyTagClassName
{
color: #B8BA21;
}
</style>
background-color css
<style>
a { background-color: #B8BA21; }
a { background-color: rgb(184,186,33); }
div.DivClassName
{
background-color: #B8BA21;
}
.BgClassName
{
background-color: #B8BA21;
}
</style>
border-color css
<style>
span { border-color: #B8BA21; }
span { border-color: rgb(184,186,33); }
td.TdClassName
{
border-color: #B8BA21;
}
.TagClassName
{
border-color: #B8BA21;
}
</style>