Shades of Rio Grande #BECA1A
Tints of Rio Grande #BECA1A
RGB
CMYK
RGB Variations
Color information
#BECA1A (or 0xBECA1A) is known color: Rio Grande. HEX triplet: BE, CA and 1A. RGB value is (190,202,26). Sum of RGB (Red+Green+Blue) = 190+202+26=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 26 (10.55% from 255 or 6.22% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECA1A is #4135E5. Grayscale: #B3B3B3. Windows color (decimal): -4273638 or 1755838. OLE color: 1755838.
HSL color Cylindrical-coordinate representation of color #BECA1A: hue angle of 64.09º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BECA1A is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 202 | 26 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.21 |
| HSL | 64.09º | 0.77% | 0.45% | - |
| HSV(B) | 64.09º | 0.87% | 0.79% | - |
| XYZ | 42.54 | 53.26 | 9.02 | - |
| YUV | 178.35 | 42.02 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 202 | 26 | 0.06 | 0 | 0.87 | 0.21 | 64.09 | 0.77 | 0.45 |
| Hex | BE | CA | 1A | 6 | 0 | 57 | 15 | 40 | 4D | 2D |
| Octal | 276 | 312 | 32 | 6 | 0 | 127 | 25 | 100 | 115 | 55 |
| Binary | 10111110 | 11001010 | 11010 | 110 | 0 | 1010111 | 10101 | 1000000 | 1001101 | 101101 |
Color Harmonies of #BECA1A
Complementary color
Monochromatic Colors of #BECA1A
Black with #BECA1A
Text Example
Text Example
White with #BECA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECA1A; }
p { color: rgb(190,202,26); }
H1.HeaderClassName
{
color: #BECA1A;
}
.AnyTagClassName
{
color: #BECA1A;
}
</style>
background-color css
<style>
a { background-color: #BECA1A; }
a { background-color: rgb(190,202,26); }
div.DivClassName
{
background-color: #BECA1A;
}
.BgClassName
{
background-color: #BECA1A;
}
</style>
border-color css
<style>
span { border-color: #BECA1A; }
span { border-color: rgb(190,202,26); }
td.TdClassName
{
border-color: #BECA1A;
}
.TagClassName
{
border-color: #BECA1A;
}
</style>