Shades of Rio Grande #B8BE21
Tints of Rio Grande #B8BE21
RGB
CMYK
RGB Variations
Color information
#B8BE21 (or 0xB8BE21) is known color: Rio Grande. HEX triplet: B8, BE and 21. RGB value is (184,190,33). Sum of RGB (Red+Green+Blue) = 184+190+33=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 33 (13.28% from 255 or 8.11% from 407); Max value from RGB is 190 - color contains mainly: green. Hex color #B8BE21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BE21 is #4741DE. Grayscale: #AAAAAA. Windows color (decimal): -4669919 or 2211512. OLE color: 2211512.
HSL color Cylindrical-coordinate representation of color #B8BE21: hue angle of 62.29º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B8BE21 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 190 | 33 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.25 |
| HSL | 62.29º | 0.7% | 0.44% | - |
| HSV(B) | 62.29º | 0.83% | 0.75% | - |
| XYZ | 38.46 | 47.13 | 8.51 | - |
| YUV | 170.31 | 50.51 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 190 | 33 | 0.03 | 0 | 0.83 | 0.25 | 62.29 | 0.7 | 0.44 |
| Hex | B8 | BE | 21 | 3 | 0 | 53 | 19 | 3E | 46 | 2C |
| Octal | 270 | 276 | 41 | 3 | 0 | 123 | 31 | 76 | 106 | 54 |
| Binary | 10111000 | 10111110 | 100001 | 11 | 0 | 1010011 | 11001 | 111110 | 1000110 | 101100 |
Color Harmonies of #B8BE21
Complementary color
Monochromatic Colors of #B8BE21
Black with #B8BE21
Text Example
Text Example
White with #B8BE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BE21; }
p { color: rgb(184,190,33); }
H1.HeaderClassName
{
color: #B8BE21;
}
.AnyTagClassName
{
color: #B8BE21;
}
</style>
background-color css
<style>
a { background-color: #B8BE21; }
a { background-color: rgb(184,190,33); }
div.DivClassName
{
background-color: #B8BE21;
}
.BgClassName
{
background-color: #B8BE21;
}
</style>
border-color css
<style>
span { border-color: #B8BE21; }
span { border-color: rgb(184,190,33); }
td.TdClassName
{
border-color: #B8BE21;
}
.TagClassName
{
border-color: #B8BE21;
}
</style>