Shades of Rio Grande #BCCB1A
Tints of Rio Grande #BCCB1A
RGB
CMYK
RGB Variations
Color information
#BCCB1A (or 0xBCCB1A) is known color: Rio Grande. HEX triplet: BC, CB and 1A. RGB value is (188,203,26). Sum of RGB (Red+Green+Blue) = 188+203+26=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 203 (79.69% from 255 or 48.68% from 417); Blue value is 26 (10.55% from 255 or 6.24% from 417); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCB1A is #4334E5. Grayscale: #B3B3B3. Windows color (decimal): -4404454 or 1756092. OLE color: 1756092.
HSL color Cylindrical-coordinate representation of color #BCCB1A: hue angle of 65.08º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCCB1A is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 26 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.20 |
| HSL | 65.08º | 0.77% | 0.45% | - |
| HSV(B) | 65.08º | 0.87% | 0.8% | - |
| XYZ | 42.28 | 53.48 | 9.07 | - |
| YUV | 178.34 | 42.03 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 26 | 0.07 | 0 | 0.87 | 0.20 | 65.08 | 0.77 | 0.45 |
| Hex | BC | CB | 1A | 7 | 0 | 57 | 14 | 41 | 4D | 2D |
| Octal | 274 | 313 | 32 | 7 | 0 | 127 | 24 | 101 | 115 | 55 |
| Binary | 10111100 | 11001011 | 11010 | 111 | 0 | 1010111 | 10100 | 1000001 | 1001101 | 101101 |
Color Harmonies of #BCCB1A
Complementary color
Monochromatic Colors of #BCCB1A
Black with #BCCB1A
Text Example
Text Example
White with #BCCB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB1A; }
p { color: rgb(188,203,26); }
H1.HeaderClassName
{
color: #BCCB1A;
}
.AnyTagClassName
{
color: #BCCB1A;
}
</style>
background-color css
<style>
a { background-color: #BCCB1A; }
a { background-color: rgb(188,203,26); }
div.DivClassName
{
background-color: #BCCB1A;
}
.BgClassName
{
background-color: #BCCB1A;
}
</style>
border-color css
<style>
span { border-color: #BCCB1A; }
span { border-color: rgb(188,203,26); }
td.TdClassName
{
border-color: #BCCB1A;
}
.TagClassName
{
border-color: #BCCB1A;
}
</style>