Shades of Rio Grande #BBBC24
Tints of Rio Grande #BBBC24
RGB
CMYK
RGB Variations
Color information
#BBBC24 (or 0xBBBC24) is known color: Rio Grande. HEX triplet: BB, BC and 24. RGB value is (187,188,36). Sum of RGB (Red+Green+Blue) = 187+188+36=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 36 (14.45% from 255 or 8.76% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBC24 is #4443DB. Grayscale: #AAAAAA. Windows color (decimal): -4473820 or 2407611. OLE color: 2407611.
HSL color Cylindrical-coordinate representation of color #BBBC24: hue angle of 60.39º degrees, saturation: 0.68, 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 #BBBC24 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 36 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.26 |
| HSL | 60.39º | 0.68% | 0.44% | - |
| HSV(B) | 60.39º | 0.81% | 0.74% | - |
| XYZ | 38.8 | 46.66 | 8.63 | - |
| YUV | 170.37 | 52.17 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 36 | 0.01 | 0 | 0.81 | 0.26 | 60.39 | 0.68 | 0.44 |
| Hex | BB | BC | 24 | 1 | 0 | 51 | 1A | 3C | 44 | 2C |
| Octal | 273 | 274 | 44 | 1 | 0 | 121 | 32 | 74 | 104 | 54 |
| Binary | 10111011 | 10111100 | 100100 | 1 | 0 | 1010001 | 11010 | 111100 | 1000100 | 101100 |
Color Harmonies of #BBBC24
Complementary color
Monochromatic Colors of #BBBC24
Black with #BBBC24
Text Example
Text Example
White with #BBBC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC24; }
p { color: rgb(187,188,36); }
H1.HeaderClassName
{
color: #BBBC24;
}
.AnyTagClassName
{
color: #BBBC24;
}
</style>
background-color css
<style>
a { background-color: #BBBC24; }
a { background-color: rgb(187,188,36); }
div.DivClassName
{
background-color: #BBBC24;
}
.BgClassName
{
background-color: #BBBC24;
}
</style>
border-color css
<style>
span { border-color: #BBBC24; }
span { border-color: rgb(187,188,36); }
td.TdClassName
{
border-color: #BBBC24;
}
.TagClassName
{
border-color: #BBBC24;
}
</style>