Shades of Rio Grande #B3C32B
Tints of Rio Grande #B3C32B
RGB
CMYK
RGB Variations
Color information
#B3C32B (or 0xB3C32B) is known color: Rio Grande. HEX triplet: B3, C3 and 2B. RGB value is (179,195,43). Sum of RGB (Red+Green+Blue) = 179+195+43=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 43 (17.19% from 255 or 10.31% from 417); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C32B is #4C3CD4. Grayscale: #ADADAD. Windows color (decimal): -4996309 or 2868147. OLE color: 2868147.
HSL color Cylindrical-coordinate representation of color #B3C32B: hue angle of 66.32º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B3C32B is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 195 | 43 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.24 |
| HSL | 66.32º | 0.64% | 0.47% | - |
| HSV(B) | 66.32º | 0.78% | 0.76% | - |
| XYZ | 38.54 | 48.79 | 9.67 | - |
| YUV | 172.89 | 54.7 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 195 | 43 | 0.08 | 0 | 0.78 | 0.24 | 66.32 | 0.64 | 0.47 |
| Hex | B3 | C3 | 2B | 8 | 0 | 4E | 18 | 42 | 40 | 2F |
| Octal | 263 | 303 | 53 | 10 | 0 | 116 | 30 | 102 | 100 | 57 |
| Binary | 10110011 | 11000011 | 101011 | 1000 | 0 | 1001110 | 11000 | 1000010 | 1000000 | 101111 |
Color Harmonies of #B3C32B
Complementary color
Monochromatic Colors of #B3C32B
Black with #B3C32B
Text Example
Text Example
White with #B3C32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C32B; }
p { color: rgb(179,195,43); }
H1.HeaderClassName
{
color: #B3C32B;
}
.AnyTagClassName
{
color: #B3C32B;
}
</style>
background-color css
<style>
a { background-color: #B3C32B; }
a { background-color: rgb(179,195,43); }
div.DivClassName
{
background-color: #B3C32B;
}
.BgClassName
{
background-color: #B3C32B;
}
</style>
border-color css
<style>
span { border-color: #B3C32B; }
span { border-color: rgb(179,195,43); }
td.TdClassName
{
border-color: #B3C32B;
}
.TagClassName
{
border-color: #B3C32B;
}
</style>