Shades of Rio Grande #B7BA1A
Tints of Rio Grande #B7BA1A
RGB
CMYK
RGB Variations
Color information
#B7BA1A (or 0xB7BA1A) is known color: Rio Grande. HEX triplet: B7, BA and 1A. RGB value is (183,186,26). Sum of RGB (Red+Green+Blue) = 183+186+26=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 26 (10.55% from 255 or 6.58% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BA1A is #4845E5. Grayscale: #A7A7A7. Windows color (decimal): -4736486 or 1751735. OLE color: 1751735.
HSL color Cylindrical-coordinate representation of color #B7BA1A: hue angle of 61.12º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7BA1A is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 186 | 26 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.27 |
| HSL | 61.13º | 0.75% | 0.42% | - |
| HSV(B) | 61.13º | 0.86% | 0.73% | - |
| XYZ | 37.27 | 45.26 | 7.75 | - |
| YUV | 166.86 | 48.51 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 186 | 26 | 0.02 | 0 | 0.86 | 0.27 | 61.13 | 0.75 | 0.42 |
| Hex | B7 | BA | 1A | 2 | 0 | 56 | 1B | 3D | 4B | 2A |
| Octal | 267 | 272 | 32 | 2 | 0 | 126 | 33 | 75 | 113 | 52 |
| Binary | 10110111 | 10111010 | 11010 | 10 | 0 | 1010110 | 11011 | 111101 | 1001011 | 101010 |
Color Harmonies of #B7BA1A
Complementary color
Monochromatic Colors of #B7BA1A
Black with #B7BA1A
Text Example
Text Example
White with #B7BA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BA1A; }
p { color: rgb(183,186,26); }
H1.HeaderClassName
{
color: #B7BA1A;
}
.AnyTagClassName
{
color: #B7BA1A;
}
</style>
background-color css
<style>
a { background-color: #B7BA1A; }
a { background-color: rgb(183,186,26); }
div.DivClassName
{
background-color: #B7BA1A;
}
.BgClassName
{
background-color: #B7BA1A;
}
</style>
border-color css
<style>
span { border-color: #B7BA1A; }
span { border-color: rgb(183,186,26); }
td.TdClassName
{
border-color: #B7BA1A;
}
.TagClassName
{
border-color: #B7BA1A;
}
</style>