Shades of Rio Grande #B3BB1E
Tints of Rio Grande #B3BB1E
RGB
CMYK
RGB Variations
Color information
#B3BB1E (or 0xB3BB1E) is known color: Rio Grande. HEX triplet: B3, BB and 1E. RGB value is (179,187,30). Sum of RGB (Red+Green+Blue) = 179+187+30=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 187 (73.44% from 255 or 47.22% from 396); Blue value is 30 (12.11% from 255 or 7.58% from 396); Max value from RGB is 187 - color contains mainly: green. Hex color #B3BB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BB1E is #4C44E1. Grayscale: #A7A7A7. Windows color (decimal): -4998370 or 2014131. OLE color: 2014131.
HSL color Cylindrical-coordinate representation of color #B3BB1E: hue angle of 63.06º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B3BB1E is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 187 | 30 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.27 |
| HSL | 63.06º | 0.72% | 0.43% | - |
| HSV(B) | 63.06º | 0.84% | 0.73% | - |
| XYZ | 36.6 | 45.22 | 8.03 | - |
| YUV | 166.71 | 50.85 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 187 | 30 | 0.04 | 0 | 0.84 | 0.27 | 63.06 | 0.72 | 0.43 |
| Hex | B3 | BB | 1E | 4 | 0 | 54 | 1B | 3F | 48 | 2B |
| Octal | 263 | 273 | 36 | 4 | 0 | 124 | 33 | 77 | 110 | 53 |
| Binary | 10110011 | 10111011 | 11110 | 100 | 0 | 1010100 | 11011 | 111111 | 1001000 | 101011 |
Color Harmonies of #B3BB1E
Complementary color
Monochromatic Colors of #B3BB1E
Black with #B3BB1E
Text Example
Text Example
White with #B3BB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BB1E; }
p { color: rgb(179,187,30); }
H1.HeaderClassName
{
color: #B3BB1E;
}
.AnyTagClassName
{
color: #B3BB1E;
}
</style>
background-color css
<style>
a { background-color: #B3BB1E; }
a { background-color: rgb(179,187,30); }
div.DivClassName
{
background-color: #B3BB1E;
}
.BgClassName
{
background-color: #B3BB1E;
}
</style>
border-color css
<style>
span { border-color: #B3BB1E; }
span { border-color: rgb(179,187,30); }
td.TdClassName
{
border-color: #B3BB1E;
}
.TagClassName
{
border-color: #B3BB1E;
}
</style>