Shades of Rio Grande #BCCB12
Tints of Rio Grande #BCCB12
RGB
CMYK
RGB Variations
Color information
#BCCB12 (or 0xBCCB12) is known color: Rio Grande. HEX triplet: BC, CB and 12. RGB value is (188,203,18). Sum of RGB (Red+Green+Blue) = 188+203+18=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 203 (79.69% from 255 or 49.63% from 409); Blue value is 18 (7.42% from 255 or 4.40% from 409); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCB12 is #4334ED. Grayscale: #B2B2B2. Windows color (decimal): -4404462 or 1231804. OLE color: 1231804.
HSL color Cylindrical-coordinate representation of color #BCCB12: hue angle of 64.86º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCCB12 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 18 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.20 |
| HSL | 64.86º | 0.84% | 0.43% | - |
| HSV(B) | 64.86º | 0.91% | 0.8% | - |
| XYZ | 42.2 | 53.45 | 8.66 | - |
| YUV | 177.43 | 38.03 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 18 | 0.07 | 0 | 0.91 | 0.20 | 64.86 | 0.84 | 0.43 |
| Hex | BC | CB | 12 | 7 | 0 | 5B | 14 | 41 | 54 | 2B |
| Octal | 274 | 313 | 22 | 7 | 0 | 133 | 24 | 101 | 124 | 53 |
| Binary | 10111100 | 11001011 | 10010 | 111 | 0 | 1011011 | 10100 | 1000001 | 1010100 | 101011 |
Color Harmonies of #BCCB12
Complementary color
Monochromatic Colors of #BCCB12
Black with #BCCB12
Text Example
Text Example
White with #BCCB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB12; }
p { color: rgb(188,203,18); }
H1.HeaderClassName
{
color: #BCCB12;
}
.AnyTagClassName
{
color: #BCCB12;
}
</style>
background-color css
<style>
a { background-color: #BCCB12; }
a { background-color: rgb(188,203,18); }
div.DivClassName
{
background-color: #BCCB12;
}
.BgClassName
{
background-color: #BCCB12;
}
</style>
border-color css
<style>
span { border-color: #BCCB12; }
span { border-color: rgb(188,203,18); }
td.TdClassName
{
border-color: #BCCB12;
}
.TagClassName
{
border-color: #BCCB12;
}
</style>