Shades of Rio Grande #BECC21
Tints of Rio Grande #BECC21
RGB
CMYK
RGB Variations
Color information
#BECC21 (or 0xBECC21) is known color: Rio Grande. HEX triplet: BE, CC and 21. RGB value is (190,204,33). Sum of RGB (Red+Green+Blue) = 190+204+33=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 33 (13.28% from 255 or 7.73% from 427); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECC21 is #4133DE. Grayscale: #B4B4B4. Windows color (decimal): -4273119 or 2215102. OLE color: 2215102.
HSL color Cylindrical-coordinate representation of color #BECC21: hue angle of 64.91º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BECC21 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 204 | 33 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.2 |
| HSL | 64.91º | 0.72% | 0.46% | - |
| HSV(B) | 64.91º | 0.84% | 0.8% | - |
| XYZ | 43.1 | 54.24 | 9.64 | - |
| YUV | 180.32 | 44.86 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 33 | 0.07 | 0 | 0.84 | 0.2 | 64.91 | 0.72 | 0.46 |
| Hex | BE | CC | 21 | 7 | 0 | 54 | 14 | 41 | 48 | 2E |
| Octal | 276 | 314 | 41 | 7 | 0 | 124 | 24 | 101 | 110 | 56 |
| Binary | 10111110 | 11001100 | 100001 | 111 | 0 | 1010100 | 10100 | 1000001 | 1001000 | 101110 |
Color Harmonies of #BECC21
Complementary color
Monochromatic Colors of #BECC21
Black with #BECC21
Text Example
Text Example
White with #BECC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECC21; }
p { color: rgb(190,204,33); }
H1.HeaderClassName
{
color: #BECC21;
}
.AnyTagClassName
{
color: #BECC21;
}
</style>
background-color css
<style>
a { background-color: #BECC21; }
a { background-color: rgb(190,204,33); }
div.DivClassName
{
background-color: #BECC21;
}
.BgClassName
{
background-color: #BECC21;
}
</style>
border-color css
<style>
span { border-color: #BECC21; }
span { border-color: rgb(190,204,33); }
td.TdClassName
{
border-color: #BECC21;
}
.TagClassName
{
border-color: #BECC21;
}
</style>