Shades of Rio Grande #BCC423
Tints of Rio Grande #BCC423
RGB
CMYK
RGB Variations
Color information
#BCC423 (or 0xBCC423) is known color: Rio Grande. HEX triplet: BC, C4 and 23. RGB value is (188,196,35). Sum of RGB (Red+Green+Blue) = 188+196+35=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 35 (14.06% from 255 or 8.35% from 419); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC423 is #433BDC. Grayscale: #AFAFAF. Windows color (decimal): -4406237 or 2344124. OLE color: 2344124.
HSL color Cylindrical-coordinate representation of color #BCC423: hue angle of 62.98º 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 #BCC423 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 196 | 35 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.23 |
| HSL | 62.98º | 0.7% | 0.45% | - |
| HSV(B) | 62.98º | 0.82% | 0.77% | - |
| XYZ | 40.78 | 50.29 | 9.15 | - |
| YUV | 175.25 | 48.85 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 196 | 35 | 0.04 | 0 | 0.82 | 0.23 | 62.98 | 0.7 | 0.45 |
| Hex | BC | C4 | 23 | 4 | 0 | 52 | 17 | 3F | 46 | 2D |
| Octal | 274 | 304 | 43 | 4 | 0 | 122 | 27 | 77 | 106 | 55 |
| Binary | 10111100 | 11000100 | 100011 | 100 | 0 | 1010010 | 10111 | 111111 | 1000110 | 101101 |
Color Harmonies of #BCC423
Complementary color
Monochromatic Colors of #BCC423
Black with #BCC423
Text Example
Text Example
White with #BCC423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC423; }
p { color: rgb(188,196,35); }
H1.HeaderClassName
{
color: #BCC423;
}
.AnyTagClassName
{
color: #BCC423;
}
</style>
background-color css
<style>
a { background-color: #BCC423; }
a { background-color: rgb(188,196,35); }
div.DivClassName
{
background-color: #BCC423;
}
.BgClassName
{
background-color: #BCC423;
}
</style>
border-color css
<style>
span { border-color: #BCC423; }
span { border-color: rgb(188,196,35); }
td.TdClassName
{
border-color: #BCC423;
}
.TagClassName
{
border-color: #BCC423;
}
</style>