Shades of Rio Grande #B8BE29
Tints of Rio Grande #B8BE29
RGB
CMYK
RGB Variations
Color information
#B8BE29 (or 0xB8BE29) is known color: Rio Grande. HEX triplet: B8, BE and 29. RGB value is (184,190,41). Sum of RGB (Red+Green+Blue) = 184+190+41=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 41 (16.41% from 255 or 9.88% from 415); Max value from RGB is 190 - color contains mainly: green. Hex color #B8BE29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BE29 is #4741D6. Grayscale: #ABABAB. Windows color (decimal): -4669911 or 2735800. OLE color: 2735800.
HSL color Cylindrical-coordinate representation of color #B8BE29: hue angle of 62.42º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B8BE29 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 190 | 41 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.25 |
| HSL | 62.42º | 0.65% | 0.45% | - |
| HSV(B) | 62.42º | 0.78% | 0.75% | - |
| XYZ | 38.58 | 47.18 | 9.17 | - |
| YUV | 171.22 | 54.51 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 190 | 41 | 0.03 | 0 | 0.78 | 0.25 | 62.42 | 0.65 | 0.45 |
| Hex | B8 | BE | 29 | 3 | 0 | 4E | 19 | 3E | 41 | 2D |
| Octal | 270 | 276 | 51 | 3 | 0 | 116 | 31 | 76 | 101 | 55 |
| Binary | 10111000 | 10111110 | 101001 | 11 | 0 | 1001110 | 11001 | 111110 | 1000001 | 101101 |
Color Harmonies of #B8BE29
Complementary color
Monochromatic Colors of #B8BE29
Black with #B8BE29
Text Example
Text Example
White with #B8BE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BE29; }
p { color: rgb(184,190,41); }
H1.HeaderClassName
{
color: #B8BE29;
}
.AnyTagClassName
{
color: #B8BE29;
}
</style>
background-color css
<style>
a { background-color: #B8BE29; }
a { background-color: rgb(184,190,41); }
div.DivClassName
{
background-color: #B8BE29;
}
.BgClassName
{
background-color: #B8BE29;
}
</style>
border-color css
<style>
span { border-color: #B8BE29; }
span { border-color: rgb(184,190,41); }
td.TdClassName
{
border-color: #B8BE29;
}
.TagClassName
{
border-color: #B8BE29;
}
</style>