Shades of Rio Grande #BCC030
Tints of Rio Grande #BCC030
RGB
CMYK
RGB Variations
Color information
#BCC030 (or 0xBCC030) is known color: Rio Grande. HEX triplet: BC, C0 and 30. RGB value is (188,192,48). Sum of RGB (Red+Green+Blue) = 188+192+48=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 48 (19.14% from 255 or 11.21% from 428); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC030 is #433FCF. Grayscale: #AEAEAE. Windows color (decimal): -4407248 or 3195068. OLE color: 3195068.
HSL color Cylindrical-coordinate representation of color #BCC030: hue angle of 61.67º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCC030 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 48 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.25 |
| HSL | 61.67º | 0.6% | 0.47% | - |
| HSV(B) | 61.67º | 0.75% | 0.75% | - |
| XYZ | 40.12 | 48.6 | 10.06 | - |
| YUV | 174.39 | 56.67 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 48 | 0.02 | 0 | 0.75 | 0.25 | 61.67 | 0.6 | 0.47 |
| Hex | BC | C0 | 30 | 2 | 0 | 4B | 19 | 3E | 3C | 2F |
| Octal | 274 | 300 | 60 | 2 | 0 | 113 | 31 | 76 | 74 | 57 |
| Binary | 10111100 | 11000000 | 110000 | 10 | 0 | 1001011 | 11001 | 111110 | 111100 | 101111 |
Color Harmonies of #BCC030
Complementary color
Monochromatic Colors of #BCC030
Black with #BCC030
Text Example
Text Example
White with #BCC030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC030; }
p { color: rgb(188,192,48); }
H1.HeaderClassName
{
color: #BCC030;
}
.AnyTagClassName
{
color: #BCC030;
}
</style>
background-color css
<style>
a { background-color: #BCC030; }
a { background-color: rgb(188,192,48); }
div.DivClassName
{
background-color: #BCC030;
}
.BgClassName
{
background-color: #BCC030;
}
</style>
border-color css
<style>
span { border-color: #BCC030; }
span { border-color: rgb(188,192,48); }
td.TdClassName
{
border-color: #BCC030;
}
.TagClassName
{
border-color: #BCC030;
}
</style>