Shades of Rio Grande #B4BA23
Tints of Rio Grande #B4BA23
RGB
CMYK
RGB Variations
Color information
#B4BA23 (or 0xB4BA23) is known color: Rio Grande. HEX triplet: B4, BA and 23. RGB value is (180,186,35). Sum of RGB (Red+Green+Blue) = 180+186+35=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 35 (14.06% from 255 or 8.73% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BA23 is #4B45DC. Grayscale: #A7A7A7. Windows color (decimal): -4933085 or 2341556. OLE color: 2341556.
HSL color Cylindrical-coordinate representation of color #B4BA23: hue angle of 62.38º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B4BA23 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 186 | 35 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.27 |
| HSL | 62.38º | 0.68% | 0.43% | - |
| HSV(B) | 62.38º | 0.81% | 0.73% | - |
| XYZ | 36.68 | 44.94 | 8.33 | - |
| YUV | 166.99 | 53.51 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 186 | 35 | 0.03 | 0 | 0.81 | 0.27 | 62.38 | 0.68 | 0.43 |
| Hex | B4 | BA | 23 | 3 | 0 | 51 | 1B | 3E | 44 | 2B |
| Octal | 264 | 272 | 43 | 3 | 0 | 121 | 33 | 76 | 104 | 53 |
| Binary | 10110100 | 10111010 | 100011 | 11 | 0 | 1010001 | 11011 | 111110 | 1000100 | 101011 |
Color Harmonies of #B4BA23
Complementary color
Monochromatic Colors of #B4BA23
Black with #B4BA23
Text Example
Text Example
White with #B4BA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BA23; }
p { color: rgb(180,186,35); }
H1.HeaderClassName
{
color: #B4BA23;
}
.AnyTagClassName
{
color: #B4BA23;
}
</style>
background-color css
<style>
a { background-color: #B4BA23; }
a { background-color: rgb(180,186,35); }
div.DivClassName
{
background-color: #B4BA23;
}
.BgClassName
{
background-color: #B4BA23;
}
</style>
border-color css
<style>
span { border-color: #B4BA23; }
span { border-color: rgb(180,186,35); }
td.TdClassName
{
border-color: #B4BA23;
}
.TagClassName
{
border-color: #B4BA23;
}
</style>