Shades of Rio Grande #BECC12
Tints of Rio Grande #BECC12
RGB
CMYK
RGB Variations
Color information
#BECC12 (or 0xBECC12) is known color: Rio Grande. HEX triplet: BE, CC and 12. RGB value is (190,204,18). Sum of RGB (Red+Green+Blue) = 190+204+18=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 204 (80.08% from 255 or 49.51% from 412); Blue value is 18 (7.42% from 255 or 4.37% from 412); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECC12 is #4133ED. Grayscale: #B3B3B3. Windows color (decimal): -4273134 or 1232062. OLE color: 1232062.
HSL color Cylindrical-coordinate representation of color #BECC12: hue angle of 64.52º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BECC12 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 204 | 18 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.2 |
| HSL | 64.52º | 0.84% | 0.44% | - |
| HSV(B) | 64.52º | 0.91% | 0.8% | - |
| XYZ | 42.94 | 54.18 | 8.77 | - |
| YUV | 178.61 | 37.36 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 18 | 0.07 | 0 | 0.91 | 0.2 | 64.52 | 0.84 | 0.44 |
| Hex | BE | CC | 12 | 7 | 0 | 5B | 14 | 41 | 54 | 2C |
| Octal | 276 | 314 | 22 | 7 | 0 | 133 | 24 | 101 | 124 | 54 |
| Binary | 10111110 | 11001100 | 10010 | 111 | 0 | 1011011 | 10100 | 1000001 | 1010100 | 101100 |
Color Harmonies of #BECC12
Complementary color
Monochromatic Colors of #BECC12
Black with #BECC12
Text Example
Text Example
White with #BECC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECC12; }
p { color: rgb(190,204,18); }
H1.HeaderClassName
{
color: #BECC12;
}
.AnyTagClassName
{
color: #BECC12;
}
</style>
background-color css
<style>
a { background-color: #BECC12; }
a { background-color: rgb(190,204,18); }
div.DivClassName
{
background-color: #BECC12;
}
.BgClassName
{
background-color: #BECC12;
}
</style>
border-color css
<style>
span { border-color: #BECC12; }
span { border-color: rgb(190,204,18); }
td.TdClassName
{
border-color: #BECC12;
}
.TagClassName
{
border-color: #BECC12;
}
</style>