Shades of Rio Grande #B3BB1C
Tints of Rio Grande #B3BB1C
RGB
CMYK
RGB Variations
Color information
#B3BB1C (or 0xB3BB1C) is known color: Rio Grande. HEX triplet: B3, BB and 1C. RGB value is (179,187,28). Sum of RGB (Red+Green+Blue) = 179+187+28=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 28 (11.33% from 255 or 7.11% from 394); Max value from RGB is 187 - color contains mainly: green. Hex color #B3BB1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BB1C is #4C44E3. Grayscale: #A7A7A7. Windows color (decimal): -4998372 or 1883059. OLE color: 1883059.
HSL color Cylindrical-coordinate representation of color #B3BB1C: hue angle of 63.02º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B3BB1C is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 187 | 28 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.27 |
| HSL | 63.02º | 0.74% | 0.42% | - |
| HSV(B) | 63.02º | 0.85% | 0.73% | - |
| XYZ | 36.57 | 45.21 | 7.9 | - |
| YUV | 166.48 | 49.85 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 187 | 28 | 0.04 | 0 | 0.85 | 0.27 | 63.02 | 0.74 | 0.42 |
| Hex | B3 | BB | 1C | 4 | 0 | 55 | 1B | 3F | 4A | 2A |
| Octal | 263 | 273 | 34 | 4 | 0 | 125 | 33 | 77 | 112 | 52 |
| Binary | 10110011 | 10111011 | 11100 | 100 | 0 | 1010101 | 11011 | 111111 | 1001010 | 101010 |
Color Harmonies of #B3BB1C
Complementary color
Monochromatic Colors of #B3BB1C
Black with #B3BB1C
Text Example
Text Example
White with #B3BB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BB1C; }
p { color: rgb(179,187,28); }
H1.HeaderClassName
{
color: #B3BB1C;
}
.AnyTagClassName
{
color: #B3BB1C;
}
</style>
background-color css
<style>
a { background-color: #B3BB1C; }
a { background-color: rgb(179,187,28); }
div.DivClassName
{
background-color: #B3BB1C;
}
.BgClassName
{
background-color: #B3BB1C;
}
</style>
border-color css
<style>
span { border-color: #B3BB1C; }
span { border-color: rgb(179,187,28); }
td.TdClassName
{
border-color: #B3BB1C;
}
.TagClassName
{
border-color: #B3BB1C;
}
</style>