Shades of Rio Grande #BBBC23
Tints of Rio Grande #BBBC23
RGB
CMYK
RGB Variations
Color information
#BBBC23 (or 0xBBBC23) is known color: Rio Grande. HEX triplet: BB, BC and 23. RGB value is (187,188,35). Sum of RGB (Red+Green+Blue) = 187+188+35=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 35 (14.06% from 255 or 8.54% from 410); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBC23 is #4443DC. Grayscale: #AAAAAA. Windows color (decimal): -4473821 or 2342075. OLE color: 2342075.
HSL color Cylindrical-coordinate representation of color #BBBC23: hue angle of 60.39º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BBBC23 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 35 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.26 |
| HSL | 60.39º | 0.69% | 0.44% | - |
| HSV(B) | 60.39º | 0.81% | 0.74% | - |
| XYZ | 38.78 | 46.65 | 8.55 | - |
| YUV | 170.26 | 51.67 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 35 | 0.01 | 0 | 0.81 | 0.26 | 60.39 | 0.69 | 0.44 |
| Hex | BB | BC | 23 | 1 | 0 | 51 | 1A | 3C | 45 | 2C |
| Octal | 273 | 274 | 43 | 1 | 0 | 121 | 32 | 74 | 105 | 54 |
| Binary | 10111011 | 10111100 | 100011 | 1 | 0 | 1010001 | 11010 | 111100 | 1000101 | 101100 |
Color Harmonies of #BBBC23
Complementary color
Monochromatic Colors of #BBBC23
Black with #BBBC23
Text Example
Text Example
White with #BBBC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC23; }
p { color: rgb(187,188,35); }
H1.HeaderClassName
{
color: #BBBC23;
}
.AnyTagClassName
{
color: #BBBC23;
}
</style>
background-color css
<style>
a { background-color: #BBBC23; }
a { background-color: rgb(187,188,35); }
div.DivClassName
{
background-color: #BBBC23;
}
.BgClassName
{
background-color: #BBBC23;
}
</style>
border-color css
<style>
span { border-color: #BBBC23; }
span { border-color: rgb(187,188,35); }
td.TdClassName
{
border-color: #BBBC23;
}
.TagClassName
{
border-color: #BBBC23;
}
</style>