Shades of Rio Grande #B4BB25
Tints of Rio Grande #B4BB25
RGB
CMYK
RGB Variations
Color information
#B4BB25 (or 0xB4BB25) is known color: Rio Grande. HEX triplet: B4, BB and 25. RGB value is (180,187,37). Sum of RGB (Red+Green+Blue) = 180+187+37=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 187 (73.44% from 255 or 46.29% from 404); Blue value is 37 (14.84% from 255 or 9.16% from 404); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BB25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BB25 is #4B44DA. Grayscale: #A8A8A8. Windows color (decimal): -4932827 or 2472884. OLE color: 2472884.
HSL color Cylindrical-coordinate representation of color #B4BB25: hue angle of 62.8º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B4BB25 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 187 | 37 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.27 |
| HSL | 62.8º | 0.67% | 0.44% | - |
| HSV(B) | 62.8º | 0.8% | 0.73% | - |
| XYZ | 36.93 | 45.38 | 8.56 | - |
| YUV | 167.81 | 54.18 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 187 | 37 | 0.04 | 0 | 0.80 | 0.27 | 62.8 | 0.67 | 0.44 |
| Hex | B4 | BB | 25 | 4 | 0 | 50 | 1B | 3F | 43 | 2C |
| Octal | 264 | 273 | 45 | 4 | 0 | 120 | 33 | 77 | 103 | 54 |
| Binary | 10110100 | 10111011 | 100101 | 100 | 0 | 1010000 | 11011 | 111111 | 1000011 | 101100 |
Color Harmonies of #B4BB25
Complementary color
Monochromatic Colors of #B4BB25
Black with #B4BB25
Text Example
Text Example
White with #B4BB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BB25; }
p { color: rgb(180,187,37); }
H1.HeaderClassName
{
color: #B4BB25;
}
.AnyTagClassName
{
color: #B4BB25;
}
</style>
background-color css
<style>
a { background-color: #B4BB25; }
a { background-color: rgb(180,187,37); }
div.DivClassName
{
background-color: #B4BB25;
}
.BgClassName
{
background-color: #B4BB25;
}
</style>
border-color css
<style>
span { border-color: #B4BB25; }
span { border-color: rgb(180,187,37); }
td.TdClassName
{
border-color: #B4BB25;
}
.TagClassName
{
border-color: #B4BB25;
}
</style>