Shades of Rio Grande #BCC91D
Tints of Rio Grande #BCC91D
RGB
CMYK
RGB Variations
Color information
#BCC91D (or 0xBCC91D) is known color: Rio Grande. HEX triplet: BC, C9 and 1D. RGB value is (188,201,29). Sum of RGB (Red+Green+Blue) = 188+201+29=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 201 (78.91% from 255 or 48.09% from 418); Blue value is 29 (11.72% from 255 or 6.94% from 418); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC91D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC91D is #4336E2. Grayscale: #B2B2B2. Windows color (decimal): -4404963 or 1952188. OLE color: 1952188.
HSL color Cylindrical-coordinate representation of color #BCC91D: hue angle of 64.53º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCC91D is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 29 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.21 |
| HSL | 64.53º | 0.75% | 0.45% | - |
| HSV(B) | 64.53º | 0.86% | 0.79% | - |
| XYZ | 41.85 | 52.55 | 9.1 | - |
| YUV | 177.51 | 44.19 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 29 | 0.06 | 0 | 0.86 | 0.21 | 64.53 | 0.75 | 0.45 |
| Hex | BC | C9 | 1D | 6 | 0 | 56 | 15 | 41 | 4B | 2D |
| Octal | 274 | 311 | 35 | 6 | 0 | 126 | 25 | 101 | 113 | 55 |
| Binary | 10111100 | 11001001 | 11101 | 110 | 0 | 1010110 | 10101 | 1000001 | 1001011 | 101101 |
Color Harmonies of #BCC91D
Complementary color
Monochromatic Colors of #BCC91D
Black with #BCC91D
Text Example
Text Example
White with #BCC91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC91D; }
p { color: rgb(188,201,29); }
H1.HeaderClassName
{
color: #BCC91D;
}
.AnyTagClassName
{
color: #BCC91D;
}
</style>
background-color css
<style>
a { background-color: #BCC91D; }
a { background-color: rgb(188,201,29); }
div.DivClassName
{
background-color: #BCC91D;
}
.BgClassName
{
background-color: #BCC91D;
}
</style>
border-color css
<style>
span { border-color: #BCC91D; }
span { border-color: rgb(188,201,29); }
td.TdClassName
{
border-color: #BCC91D;
}
.TagClassName
{
border-color: #BCC91D;
}
</style>