Shades of Rio Grande #BBC423
Tints of Rio Grande #BBC423
RGB
CMYK
RGB Variations
Color information
#BBC423 (or 0xBBC423) is known color: Rio Grande. HEX triplet: BB, C4 and 23. RGB value is (187,196,35). Sum of RGB (Red+Green+Blue) = 187+196+35=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 196 (76.95% from 255 or 46.89% from 418); Blue value is 35 (14.06% from 255 or 8.37% from 418); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC423 is #443BDC. Grayscale: #AFAFAF. Windows color (decimal): -4471773 or 2344123. OLE color: 2344123.
HSL color Cylindrical-coordinate representation of color #BBC423: hue angle of 63.35º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BBC423 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 35 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.23 |
| HSL | 63.35º | 0.7% | 0.45% | - |
| HSV(B) | 63.35º | 0.82% | 0.77% | - |
| XYZ | 40.54 | 50.17 | 9.14 | - |
| YUV | 174.96 | 49.02 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 35 | 0.05 | 0 | 0.82 | 0.23 | 63.35 | 0.7 | 0.45 |
| Hex | BB | C4 | 23 | 5 | 0 | 52 | 17 | 3F | 46 | 2D |
| Octal | 273 | 304 | 43 | 5 | 0 | 122 | 27 | 77 | 106 | 55 |
| Binary | 10111011 | 11000100 | 100011 | 101 | 0 | 1010010 | 10111 | 111111 | 1000110 | 101101 |
Color Harmonies of #BBC423
Complementary color
Monochromatic Colors of #BBC423
Black with #BBC423
Text Example
Text Example
White with #BBC423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC423; }
p { color: rgb(187,196,35); }
H1.HeaderClassName
{
color: #BBC423;
}
.AnyTagClassName
{
color: #BBC423;
}
</style>
background-color css
<style>
a { background-color: #BBC423; }
a { background-color: rgb(187,196,35); }
div.DivClassName
{
background-color: #BBC423;
}
.BgClassName
{
background-color: #BBC423;
}
</style>
border-color css
<style>
span { border-color: #BBC423; }
span { border-color: rgb(187,196,35); }
td.TdClassName
{
border-color: #BBC423;
}
.TagClassName
{
border-color: #BBC423;
}
</style>