Shades of Rio Grande #BCC823
Tints of Rio Grande #BCC823
RGB
CMYK
RGB Variations
Color information
#BCC823 (or 0xBCC823) is known color: Rio Grande. HEX triplet: BC, C8 and 23. RGB value is (188,200,35). Sum of RGB (Red+Green+Blue) = 188+200+35=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 200 (78.52% from 255 or 47.28% from 423); Blue value is 35 (14.06% from 255 or 8.27% from 423); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC823 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC823 is #4337DC. Grayscale: #B2B2B2. Windows color (decimal): -4405213 or 2345148. OLE color: 2345148.
HSL color Cylindrical-coordinate representation of color #BCC823: hue angle of 64.36º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCC823 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 200 | 35 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.22 |
| HSL | 64.36º | 0.7% | 0.46% | - |
| HSV(B) | 64.36º | 0.83% | 0.78% | - |
| XYZ | 41.7 | 52.12 | 9.45 | - |
| YUV | 177.6 | 47.52 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 35 | 0.06 | 0 | 0.82 | 0.22 | 64.36 | 0.7 | 0.46 |
| Hex | BC | C8 | 23 | 6 | 0 | 52 | 16 | 40 | 46 | 2E |
| Octal | 274 | 310 | 43 | 6 | 0 | 122 | 26 | 100 | 106 | 56 |
| Binary | 10111100 | 11001000 | 100011 | 110 | 0 | 1010010 | 10110 | 1000000 | 1000110 | 101110 |
Color Harmonies of #BCC823
Complementary color
Monochromatic Colors of #BCC823
Black with #BCC823
Text Example
Text Example
White with #BCC823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC823; }
p { color: rgb(188,200,35); }
H1.HeaderClassName
{
color: #BCC823;
}
.AnyTagClassName
{
color: #BCC823;
}
</style>
background-color css
<style>
a { background-color: #BCC823; }
a { background-color: rgb(188,200,35); }
div.DivClassName
{
background-color: #BCC823;
}
.BgClassName
{
background-color: #BCC823;
}
</style>
border-color css
<style>
span { border-color: #BCC823; }
span { border-color: rgb(188,200,35); }
td.TdClassName
{
border-color: #BCC823;
}
.TagClassName
{
border-color: #BCC823;
}
</style>