Shades of Rio Grande #BCCB23
Tints of Rio Grande #BCCB23
RGB
CMYK
RGB Variations
Color information
#BCCB23 (or 0xBCCB23) is known color: Rio Grande. HEX triplet: BC, CB and 23. RGB value is (188,203,35). Sum of RGB (Red+Green+Blue) = 188+203+35=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 35 (14.06% from 255 or 8.22% from 426); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCB23 is #4334DC. Grayscale: #B4B4B4. Windows color (decimal): -4404445 or 2345916. OLE color: 2345916.
HSL color Cylindrical-coordinate representation of color #BCCB23: hue angle of 65.36º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCCB23 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 35 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.20 |
| HSL | 65.36º | 0.71% | 0.47% | - |
| HSV(B) | 65.36º | 0.83% | 0.8% | - |
| XYZ | 42.4 | 53.52 | 9.69 | - |
| YUV | 179.36 | 46.53 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 35 | 0.07 | 0 | 0.83 | 0.20 | 65.36 | 0.71 | 0.47 |
| Hex | BC | CB | 23 | 7 | 0 | 53 | 14 | 41 | 47 | 2F |
| Octal | 274 | 313 | 43 | 7 | 0 | 123 | 24 | 101 | 107 | 57 |
| Binary | 10111100 | 11001011 | 100011 | 111 | 0 | 1010011 | 10100 | 1000001 | 1000111 | 101111 |
Color Harmonies of #BCCB23
Complementary color
Monochromatic Colors of #BCCB23
Black with #BCCB23
Text Example
Text Example
White with #BCCB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB23; }
p { color: rgb(188,203,35); }
H1.HeaderClassName
{
color: #BCCB23;
}
.AnyTagClassName
{
color: #BCCB23;
}
</style>
background-color css
<style>
a { background-color: #BCCB23; }
a { background-color: rgb(188,203,35); }
div.DivClassName
{
background-color: #BCCB23;
}
.BgClassName
{
background-color: #BCCB23;
}
</style>
border-color css
<style>
span { border-color: #BCCB23; }
span { border-color: rgb(188,203,35); }
td.TdClassName
{
border-color: #BCCB23;
}
.TagClassName
{
border-color: #BCCB23;
}
</style>