Shades of Rio Grande #BCCF21
Tints of Rio Grande #BCCF21
RGB
CMYK
RGB Variations
Color information
#BCCF21 (or 0xBCCF21) is known color: Rio Grande. HEX triplet: BC, CF and 21. RGB value is (188,207,33). Sum of RGB (Red+Green+Blue) = 188+207+33=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 207 (81.25% from 255 or 48.36% from 428); Blue value is 33 (13.28% from 255 or 7.71% from 428); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCF21 is #4330DE. Grayscale: #B6B6B6. Windows color (decimal): -4403423 or 2215868. OLE color: 2215868.
HSL color Cylindrical-coordinate representation of color #BCCF21: hue angle of 66.55º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCCF21 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 33 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.19 |
| HSL | 66.55º | 0.73% | 0.47% | - |
| HSV(B) | 66.55º | 0.84% | 0.81% | - |
| XYZ | 43.33 | 55.43 | 9.85 | - |
| YUV | 181.48 | 44.21 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 33 | 0.09 | 0 | 0.84 | 0.19 | 66.55 | 0.73 | 0.47 |
| Hex | BC | CF | 21 | 9 | 0 | 54 | 13 | 43 | 48 | 2F |
| Octal | 274 | 317 | 41 | 11 | 0 | 124 | 23 | 103 | 110 | 57 |
| Binary | 10111100 | 11001111 | 100001 | 1001 | 0 | 1010100 | 10011 | 1000011 | 1001000 | 101111 |
Color Harmonies of #BCCF21
Complementary color
Monochromatic Colors of #BCCF21
Black with #BCCF21
Text Example
Text Example
White with #BCCF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCF21; }
p { color: rgb(188,207,33); }
H1.HeaderClassName
{
color: #BCCF21;
}
.AnyTagClassName
{
color: #BCCF21;
}
</style>
background-color css
<style>
a { background-color: #BCCF21; }
a { background-color: rgb(188,207,33); }
div.DivClassName
{
background-color: #BCCF21;
}
.BgClassName
{
background-color: #BCCF21;
}
</style>
border-color css
<style>
span { border-color: #BCCF21; }
span { border-color: rgb(188,207,33); }
td.TdClassName
{
border-color: #BCCF21;
}
.TagClassName
{
border-color: #BCCF21;
}
</style>