Shades of Rio Grande #BCCB22
Tints of Rio Grande #BCCB22
RGB
CMYK
RGB Variations
Color information
#BCCB22 (or 0xBCCB22) is known color: Rio Grande. HEX triplet: BC, CB and 22. RGB value is (188,203,34). Sum of RGB (Red+Green+Blue) = 188+203+34=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 203 (79.69% from 255 or 47.76% from 425); Blue value is 34 (13.67% from 255 or 8% from 425); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCB22 is #4334DD. Grayscale: #B3B3B3. Windows color (decimal): -4404446 or 2280380. OLE color: 2280380.
HSL color Cylindrical-coordinate representation of color #BCCB22: hue angle of 65.33º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCCB22 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 34 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.20 |
| HSL | 65.33º | 0.71% | 0.46% | - |
| HSV(B) | 65.33º | 0.83% | 0.8% | - |
| XYZ | 42.38 | 53.52 | 9.61 | - |
| YUV | 179.25 | 46.03 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 34 | 0.07 | 0 | 0.83 | 0.20 | 65.33 | 0.71 | 0.46 |
| Hex | BC | CB | 22 | 7 | 0 | 53 | 14 | 41 | 47 | 2E |
| Octal | 274 | 313 | 42 | 7 | 0 | 123 | 24 | 101 | 107 | 56 |
| Binary | 10111100 | 11001011 | 100010 | 111 | 0 | 1010011 | 10100 | 1000001 | 1000111 | 101110 |
Color Harmonies of #BCCB22
Complementary color
Monochromatic Colors of #BCCB22
Black with #BCCB22
Text Example
Text Example
White with #BCCB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB22; }
p { color: rgb(188,203,34); }
H1.HeaderClassName
{
color: #BCCB22;
}
.AnyTagClassName
{
color: #BCCB22;
}
</style>
background-color css
<style>
a { background-color: #BCCB22; }
a { background-color: rgb(188,203,34); }
div.DivClassName
{
background-color: #BCCB22;
}
.BgClassName
{
background-color: #BCCB22;
}
</style>
border-color css
<style>
span { border-color: #BCCB22; }
span { border-color: rgb(188,203,34); }
td.TdClassName
{
border-color: #BCCB22;
}
.TagClassName
{
border-color: #BCCB22;
}
</style>