Shades of Rio Grande #B3C028
Tints of Rio Grande #B3C028
RGB
CMYK
RGB Variations
Color information
#B3C028 (or 0xB3C028) is known color: Rio Grande. HEX triplet: B3, C0 and 28. RGB value is (179,192,40). Sum of RGB (Red+Green+Blue) = 179+192+40=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C028 is #4C3FD7. Grayscale: #ABABAB. Windows color (decimal): -4997080 or 2670771. OLE color: 2670771.
HSL color Cylindrical-coordinate representation of color #B3C028: hue angle of 65.13º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B3C028 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 192 | 40 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.25 |
| HSL | 65.13º | 0.66% | 0.45% | - |
| HSV(B) | 65.13º | 0.79% | 0.75% | - |
| XYZ | 37.82 | 47.44 | 9.17 | - |
| YUV | 170.79 | 54.19 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 192 | 40 | 0.07 | 0 | 0.79 | 0.25 | 65.13 | 0.66 | 0.45 |
| Hex | B3 | C0 | 28 | 7 | 0 | 4F | 19 | 41 | 42 | 2D |
| Octal | 263 | 300 | 50 | 7 | 0 | 117 | 31 | 101 | 102 | 55 |
| Binary | 10110011 | 11000000 | 101000 | 111 | 0 | 1001111 | 11001 | 1000001 | 1000010 | 101101 |
Color Harmonies of #B3C028
Complementary color
Monochromatic Colors of #B3C028
Black with #B3C028
Text Example
Text Example
White with #B3C028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C028; }
p { color: rgb(179,192,40); }
H1.HeaderClassName
{
color: #B3C028;
}
.AnyTagClassName
{
color: #B3C028;
}
</style>
background-color css
<style>
a { background-color: #B3C028; }
a { background-color: rgb(179,192,40); }
div.DivClassName
{
background-color: #B3C028;
}
.BgClassName
{
background-color: #B3C028;
}
</style>
border-color css
<style>
span { border-color: #B3C028; }
span { border-color: rgb(179,192,40); }
td.TdClassName
{
border-color: #B3C028;
}
.TagClassName
{
border-color: #B3C028;
}
</style>