Shades of Rio Grande #BCCB1D
Tints of Rio Grande #BCCB1D
RGB
CMYK
RGB Variations
Color information
#BCCB1D (or 0xBCCB1D) is known color: Rio Grande. HEX triplet: BC, CB and 1D. RGB value is (188,203,29). Sum of RGB (Red+Green+Blue) = 188+203+29=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 29 (11.72% from 255 or 6.90% from 420); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCB1D is #4334E2. Grayscale: #B3B3B3. Windows color (decimal): -4404451 or 1952700. OLE color: 1952700.
HSL color Cylindrical-coordinate representation of color #BCCB1D: hue angle of 65.17º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCCB1D is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 29 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.20 |
| HSL | 65.17º | 0.75% | 0.45% | - |
| HSV(B) | 65.17º | 0.86% | 0.8% | - |
| XYZ | 42.32 | 53.49 | 9.26 | - |
| YUV | 178.68 | 43.53 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 29 | 0.07 | 0 | 0.86 | 0.20 | 65.17 | 0.75 | 0.45 |
| Hex | BC | CB | 1D | 7 | 0 | 56 | 14 | 41 | 4B | 2D |
| Octal | 274 | 313 | 35 | 7 | 0 | 126 | 24 | 101 | 113 | 55 |
| Binary | 10111100 | 11001011 | 11101 | 111 | 0 | 1010110 | 10100 | 1000001 | 1001011 | 101101 |
Color Harmonies of #BCCB1D
Complementary color
Monochromatic Colors of #BCCB1D
Black with #BCCB1D
Text Example
Text Example
White with #BCCB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB1D; }
p { color: rgb(188,203,29); }
H1.HeaderClassName
{
color: #BCCB1D;
}
.AnyTagClassName
{
color: #BCCB1D;
}
</style>
background-color css
<style>
a { background-color: #BCCB1D; }
a { background-color: rgb(188,203,29); }
div.DivClassName
{
background-color: #BCCB1D;
}
.BgClassName
{
background-color: #BCCB1D;
}
</style>
border-color css
<style>
span { border-color: #BCCB1D; }
span { border-color: rgb(188,203,29); }
td.TdClassName
{
border-color: #BCCB1D;
}
.TagClassName
{
border-color: #BCCB1D;
}
</style>