Shades of Rio Grande #B4BB28
Tints of Rio Grande #B4BB28
RGB
CMYK
RGB Variations
Color information
#B4BB28 (or 0xB4BB28) is known color: Rio Grande. HEX triplet: B4, BB and 28. RGB value is (180,187,40). Sum of RGB (Red+Green+Blue) = 180+187+40=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 187 (73.44% from 255 or 45.95% from 407); Blue value is 40 (16.02% from 255 or 9.83% from 407); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BB28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BB28 is #4B44D7. Grayscale: #A8A8A8. Windows color (decimal): -4932824 or 2669492. OLE color: 2669492.
HSL color Cylindrical-coordinate representation of color #B4BB28: hue angle of 62.86º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B4BB28 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 187 | 40 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.27 |
| HSL | 62.86º | 0.65% | 0.45% | - |
| HSV(B) | 62.86º | 0.79% | 0.73% | - |
| XYZ | 36.98 | 45.4 | 8.82 | - |
| YUV | 168.15 | 55.68 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 187 | 40 | 0.04 | 0 | 0.79 | 0.27 | 62.86 | 0.65 | 0.45 |
| Hex | B4 | BB | 28 | 4 | 0 | 4F | 1B | 3F | 41 | 2D |
| Octal | 264 | 273 | 50 | 4 | 0 | 117 | 33 | 77 | 101 | 55 |
| Binary | 10110100 | 10111011 | 101000 | 100 | 0 | 1001111 | 11011 | 111111 | 1000001 | 101101 |
Color Harmonies of #B4BB28
Complementary color
Monochromatic Colors of #B4BB28
Black with #B4BB28
Text Example
Text Example
White with #B4BB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BB28; }
p { color: rgb(180,187,40); }
H1.HeaderClassName
{
color: #B4BB28;
}
.AnyTagClassName
{
color: #B4BB28;
}
</style>
background-color css
<style>
a { background-color: #B4BB28; }
a { background-color: rgb(180,187,40); }
div.DivClassName
{
background-color: #B4BB28;
}
.BgClassName
{
background-color: #B4BB28;
}
</style>
border-color css
<style>
span { border-color: #B4BB28; }
span { border-color: rgb(180,187,40); }
td.TdClassName
{
border-color: #B4BB28;
}
.TagClassName
{
border-color: #B4BB28;
}
</style>