Shades of Rio Grande #B3BB23
Tints of Rio Grande #B3BB23
RGB
CMYK
RGB Variations
Color information
#B3BB23 (or 0xB3BB23) is known color: Rio Grande. HEX triplet: B3, BB and 23. RGB value is (179,187,35). Sum of RGB (Red+Green+Blue) = 179+187+35=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 35 (14.06% from 255 or 8.73% from 401); Max value from RGB is 187 - color contains mainly: green. Hex color #B3BB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BB23 is #4C44DC. Grayscale: #A7A7A7. Windows color (decimal): -4998365 or 2341811. OLE color: 2341811.
HSL color Cylindrical-coordinate representation of color #B3BB23: hue angle of 63.16º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B3BB23 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 187 | 35 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.27 |
| HSL | 63.16º | 0.68% | 0.44% | - |
| HSV(B) | 63.16º | 0.81% | 0.73% | - |
| XYZ | 36.66 | 45.25 | 8.39 | - |
| YUV | 167.28 | 53.35 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 187 | 35 | 0.04 | 0 | 0.81 | 0.27 | 63.16 | 0.68 | 0.44 |
| Hex | B3 | BB | 23 | 4 | 0 | 51 | 1B | 3F | 44 | 2C |
| Octal | 263 | 273 | 43 | 4 | 0 | 121 | 33 | 77 | 104 | 54 |
| Binary | 10110011 | 10111011 | 100011 | 100 | 0 | 1010001 | 11011 | 111111 | 1000100 | 101100 |
Color Harmonies of #B3BB23
Complementary color
Monochromatic Colors of #B3BB23
Black with #B3BB23
Text Example
Text Example
White with #B3BB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BB23; }
p { color: rgb(179,187,35); }
H1.HeaderClassName
{
color: #B3BB23;
}
.AnyTagClassName
{
color: #B3BB23;
}
</style>
background-color css
<style>
a { background-color: #B3BB23; }
a { background-color: rgb(179,187,35); }
div.DivClassName
{
background-color: #B3BB23;
}
.BgClassName
{
background-color: #B3BB23;
}
</style>
border-color css
<style>
span { border-color: #B3BB23; }
span { border-color: rgb(179,187,35); }
td.TdClassName
{
border-color: #B3BB23;
}
.TagClassName
{
border-color: #B3BB23;
}
</style>