Shades of Rio Grande #BCCB25
Tints of Rio Grande #BCCB25
RGB
CMYK
RGB Variations
Color information
#BCCB25 (or 0xBCCB25) is known color: Rio Grande. HEX triplet: BC, CB and 25. RGB value is (188,203,37). Sum of RGB (Red+Green+Blue) = 188+203+37=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 203 (79.69% from 255 or 47.43% from 428); Blue value is 37 (14.84% from 255 or 8.64% from 428); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCB25 is #4334DA. Grayscale: #B4B4B4. Windows color (decimal): -4404443 or 2476988. OLE color: 2476988.
HSL color Cylindrical-coordinate representation of color #BCCB25: hue angle of 65.42º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCCB25 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 37 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.20 |
| HSL | 65.42º | 0.69% | 0.47% | - |
| HSV(B) | 65.42º | 0.82% | 0.8% | - |
| XYZ | 42.43 | 53.54 | 9.85 | - |
| YUV | 179.59 | 47.53 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 37 | 0.07 | 0 | 0.82 | 0.20 | 65.42 | 0.69 | 0.47 |
| Hex | BC | CB | 25 | 7 | 0 | 52 | 14 | 41 | 45 | 2F |
| Octal | 274 | 313 | 45 | 7 | 0 | 122 | 24 | 101 | 105 | 57 |
| Binary | 10111100 | 11001011 | 100101 | 111 | 0 | 1010010 | 10100 | 1000001 | 1000101 | 101111 |
Color Harmonies of #BCCB25
Complementary color
Monochromatic Colors of #BCCB25
Black with #BCCB25
Text Example
Text Example
White with #BCCB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB25; }
p { color: rgb(188,203,37); }
H1.HeaderClassName
{
color: #BCCB25;
}
.AnyTagClassName
{
color: #BCCB25;
}
</style>
background-color css
<style>
a { background-color: #BCCB25; }
a { background-color: rgb(188,203,37); }
div.DivClassName
{
background-color: #BCCB25;
}
.BgClassName
{
background-color: #BCCB25;
}
</style>
border-color css
<style>
span { border-color: #BCCB25; }
span { border-color: rgb(188,203,37); }
td.TdClassName
{
border-color: #BCCB25;
}
.TagClassName
{
border-color: #BCCB25;
}
</style>