Shades of Rio Grande #B3C21B
Tints of Rio Grande #B3C21B
RGB
CMYK
RGB Variations
Color information
#B3C21B (or 0xB3C21B) is known color: Rio Grande. HEX triplet: B3, C2 and 1B. RGB value is (179,194,27). Sum of RGB (Red+Green+Blue) = 179+194+27=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 27 (10.94% from 255 or 6.75% from 400); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C21B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C21B is #4C3DE4. Grayscale: #ABABAB. Windows color (decimal): -4996581 or 1819315. OLE color: 1819315.
HSL color Cylindrical-coordinate representation of color #B3C21B: hue angle of 65.39º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B3C21B is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 194 | 27 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.24 |
| HSL | 65.39º | 0.76% | 0.43% | - |
| HSV(B) | 65.39º | 0.86% | 0.76% | - |
| XYZ | 38.08 | 48.25 | 8.34 | - |
| YUV | 170.48 | 47.03 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 194 | 27 | 0.08 | 0 | 0.86 | 0.24 | 65.39 | 0.76 | 0.43 |
| Hex | B3 | C2 | 1B | 8 | 0 | 56 | 18 | 41 | 4C | 2B |
| Octal | 263 | 302 | 33 | 10 | 0 | 126 | 30 | 101 | 114 | 53 |
| Binary | 10110011 | 11000010 | 11011 | 1000 | 0 | 1010110 | 11000 | 1000001 | 1001100 | 101011 |
Color Harmonies of #B3C21B
Complementary color
Monochromatic Colors of #B3C21B
Black with #B3C21B
Text Example
Text Example
White with #B3C21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C21B; }
p { color: rgb(179,194,27); }
H1.HeaderClassName
{
color: #B3C21B;
}
.AnyTagClassName
{
color: #B3C21B;
}
</style>
background-color css
<style>
a { background-color: #B3C21B; }
a { background-color: rgb(179,194,27); }
div.DivClassName
{
background-color: #B3C21B;
}
.BgClassName
{
background-color: #B3C21B;
}
</style>
border-color css
<style>
span { border-color: #B3C21B; }
span { border-color: rgb(179,194,27); }
td.TdClassName
{
border-color: #B3C21B;
}
.TagClassName
{
border-color: #B3C21B;
}
</style>