Shades of Rio Grande #B8BE2A
Tints of Rio Grande #B8BE2A
RGB
CMYK
RGB Variations
Color information
#B8BE2A (or 0xB8BE2A) is known color: Rio Grande. HEX triplet: B8, BE and 2A. RGB value is (184,190,42). Sum of RGB (Red+Green+Blue) = 184+190+42=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 42 (16.80% from 255 or 10.10% from 416); Max value from RGB is 190 - color contains mainly: green. Hex color #B8BE2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BE2A is #4741D5. Grayscale: #ABABAB. Windows color (decimal): -4669910 or 2801336. OLE color: 2801336.
HSL color Cylindrical-coordinate representation of color #B8BE2A: hue angle of 62.43º degrees, saturation: 0.64, 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 #B8BE2A is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 190 | 42 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.25 |
| HSL | 62.43º | 0.64% | 0.45% | - |
| HSV(B) | 62.43º | 0.78% | 0.75% | - |
| XYZ | 38.6 | 47.18 | 9.26 | - |
| YUV | 171.33 | 55.01 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 190 | 42 | 0.03 | 0 | 0.78 | 0.25 | 62.43 | 0.64 | 0.45 |
| Hex | B8 | BE | 2A | 3 | 0 | 4E | 19 | 3E | 40 | 2D |
| Octal | 270 | 276 | 52 | 3 | 0 | 116 | 31 | 76 | 100 | 55 |
| Binary | 10111000 | 10111110 | 101010 | 11 | 0 | 1001110 | 11001 | 111110 | 1000000 | 101101 |
Color Harmonies of #B8BE2A
Complementary color
Monochromatic Colors of #B8BE2A
Black with #B8BE2A
Text Example
Text Example
White with #B8BE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BE2A; }
p { color: rgb(184,190,42); }
H1.HeaderClassName
{
color: #B8BE2A;
}
.AnyTagClassName
{
color: #B8BE2A;
}
</style>
background-color css
<style>
a { background-color: #B8BE2A; }
a { background-color: rgb(184,190,42); }
div.DivClassName
{
background-color: #B8BE2A;
}
.BgClassName
{
background-color: #B8BE2A;
}
</style>
border-color css
<style>
span { border-color: #B8BE2A; }
span { border-color: rgb(184,190,42); }
td.TdClassName
{
border-color: #B8BE2A;
}
.TagClassName
{
border-color: #B8BE2A;
}
</style>