Shades of Rio Grande #BECF21
Tints of Rio Grande #BECF21
RGB
CMYK
RGB Variations
Color information
#BECF21 (or 0xBECF21) is known color: Rio Grande. HEX triplet: BE, CF and 21. RGB value is (190,207,33). Sum of RGB (Red+Green+Blue) = 190+207+33=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 33 (13.28% from 255 or 7.67% from 430); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECF21 is #4130DE. Grayscale: #B6B6B6. Windows color (decimal): -4272351 or 2215870. OLE color: 2215870.
HSL color Cylindrical-coordinate representation of color #BECF21: hue angle of 65.86º 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 #BECF21 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 33 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.19 |
| HSL | 65.86º | 0.73% | 0.47% | - |
| HSV(B) | 65.86º | 0.84% | 0.81% | - |
| XYZ | 43.82 | 55.68 | 9.88 | - |
| YUV | 182.08 | 43.87 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 33 | 0.08 | 0 | 0.84 | 0.19 | 65.86 | 0.73 | 0.47 |
| Hex | BE | CF | 21 | 8 | 0 | 54 | 13 | 42 | 48 | 2F |
| Octal | 276 | 317 | 41 | 10 | 0 | 124 | 23 | 102 | 110 | 57 |
| Binary | 10111110 | 11001111 | 100001 | 1000 | 0 | 1010100 | 10011 | 1000010 | 1001000 | 101111 |
Color Harmonies of #BECF21
Complementary color
Monochromatic Colors of #BECF21
Black with #BECF21
Text Example
Text Example
White with #BECF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECF21; }
p { color: rgb(190,207,33); }
H1.HeaderClassName
{
color: #BECF21;
}
.AnyTagClassName
{
color: #BECF21;
}
</style>
background-color css
<style>
a { background-color: #BECF21; }
a { background-color: rgb(190,207,33); }
div.DivClassName
{
background-color: #BECF21;
}
.BgClassName
{
background-color: #BECF21;
}
</style>
border-color css
<style>
span { border-color: #BECF21; }
span { border-color: rgb(190,207,33); }
td.TdClassName
{
border-color: #BECF21;
}
.TagClassName
{
border-color: #BECF21;
}
</style>