Shades of Rio Grande #BCC41C
Tints of Rio Grande #BCC41C
RGB
CMYK
RGB Variations
Color information
#BCC41C (or 0xBCC41C) is known color: Rio Grande. HEX triplet: BC, C4 and 1C. RGB value is (188,196,28). Sum of RGB (Red+Green+Blue) = 188+196+28=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 196 (76.95% from 255 or 47.57% from 412); Blue value is 28 (11.33% from 255 or 6.80% from 412); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC41C is #433BE3. Grayscale: #AFAFAF. Windows color (decimal): -4406244 or 1885372. OLE color: 1885372.
HSL color Cylindrical-coordinate representation of color #BCC41C: hue angle of 62.86º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCC41C is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 196 | 28 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.23 |
| HSL | 62.86º | 0.75% | 0.44% | - |
| HSV(B) | 62.86º | 0.86% | 0.77% | - |
| XYZ | 40.69 | 50.26 | 8.65 | - |
| YUV | 174.46 | 45.35 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 196 | 28 | 0.04 | 0 | 0.86 | 0.23 | 62.86 | 0.75 | 0.44 |
| Hex | BC | C4 | 1C | 4 | 0 | 56 | 17 | 3F | 4B | 2C |
| Octal | 274 | 304 | 34 | 4 | 0 | 126 | 27 | 77 | 113 | 54 |
| Binary | 10111100 | 11000100 | 11100 | 100 | 0 | 1010110 | 10111 | 111111 | 1001011 | 101100 |
Color Harmonies of #BCC41C
Complementary color
Monochromatic Colors of #BCC41C
Black with #BCC41C
Text Example
Text Example
White with #BCC41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC41C; }
p { color: rgb(188,196,28); }
H1.HeaderClassName
{
color: #BCC41C;
}
.AnyTagClassName
{
color: #BCC41C;
}
</style>
background-color css
<style>
a { background-color: #BCC41C; }
a { background-color: rgb(188,196,28); }
div.DivClassName
{
background-color: #BCC41C;
}
.BgClassName
{
background-color: #BCC41C;
}
</style>
border-color css
<style>
span { border-color: #BCC41C; }
span { border-color: rgb(188,196,28); }
td.TdClassName
{
border-color: #BCC41C;
}
.TagClassName
{
border-color: #BCC41C;
}
</style>