Shades of Rio Grande #BCCB17
Tints of Rio Grande #BCCB17
RGB
CMYK
RGB Variations
Color information
#BCCB17 (or 0xBCCB17) is known color: Rio Grande. HEX triplet: BC, CB and 17. RGB value is (188,203,23). Sum of RGB (Red+Green+Blue) = 188+203+23=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 23 (9.38% from 255 or 5.56% from 414); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCB17 is #4334E8. Grayscale: #B2B2B2. Windows color (decimal): -4404457 or 1559484. OLE color: 1559484.
HSL color Cylindrical-coordinate representation of color #BCCB17: hue angle of 65º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCCB17 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 23 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.20 |
| HSL | 65º | 0.8% | 0.44% | - |
| HSV(B) | 65º | 0.89% | 0.8% | - |
| XYZ | 42.25 | 53.47 | 8.9 | - |
| YUV | 178 | 40.53 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 23 | 0.07 | 0 | 0.89 | 0.20 | 65 | 0.8 | 0.44 |
| Hex | BC | CB | 17 | 7 | 0 | 59 | 14 | 41 | 50 | 2C |
| Octal | 274 | 313 | 27 | 7 | 0 | 131 | 24 | 101 | 120 | 54 |
| Binary | 10111100 | 11001011 | 10111 | 111 | 0 | 1011001 | 10100 | 1000001 | 1010000 | 101100 |
Color Harmonies of #BCCB17
Complementary color
Monochromatic Colors of #BCCB17
Black with #BCCB17
Text Example
Text Example
White with #BCCB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB17; }
p { color: rgb(188,203,23); }
H1.HeaderClassName
{
color: #BCCB17;
}
.AnyTagClassName
{
color: #BCCB17;
}
</style>
background-color css
<style>
a { background-color: #BCCB17; }
a { background-color: rgb(188,203,23); }
div.DivClassName
{
background-color: #BCCB17;
}
.BgClassName
{
background-color: #BCCB17;
}
</style>
border-color css
<style>
span { border-color: #BCCB17; }
span { border-color: rgb(188,203,23); }
td.TdClassName
{
border-color: #BCCB17;
}
.TagClassName
{
border-color: #BCCB17;
}
</style>