#BEC414

Color #BEC414 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #BEC414

Tints of La Rioja #BEC414

Color information

#BEC414 (or 0xBEC414) is unknown color: approx La Rioja. HEX triplet: BE, C4 and 14. RGB value is (190,196,20). Sum of RGB (Red+Green+Blue) = 190+196+20=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 196 (76.95% from 255 or 48.28% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC414 is #413BEB. Grayscale: #AEAEAE. Windows color (decimal): -4275180 or 1361086. OLE color: 1361086.

HSL color Cylindrical-coordinate representation of color #BEC414: hue angle of 62.05º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BEC414 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB19019620-
CMYK0.0300.900.23
HSL62.05º81.48%42.35%-
HSV(B)62.05º89.8%76.86%-
XYZ41.150.488.24-
YUV174.1441.01139.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 46.80%
GREEN value IS 196 (76.95% from 255) = 48.28%
BLUE value IS 20 (8.20% from 255) = 4.93%
R=46.80%
G=48.28%
B=4.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal190196200.0300.900.2362.0581.4842.35
HexBEC414305A173e512a
Octal2763042430132277612152
Binary1011111011000100101001101011010101111111101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC414; }

 p { color: rgb(190,196,20); }

 H1.HeaderClassName
 {
   color: #BEC414;
 }
 .AnyTagClassName
 {
   color: #BEC414;
 }
</style>
background-color css

<style>
 a { background-color: #BEC414; }

 a { background-color: rgb(190,196,20); }

 div.DivClassName
 {
   background-color: #BEC414;
 }
 .BgClassName
 {
   background-color: #BEC414;
 }
</style>
border-color css

<style>
 span { border-color: #BEC414; }

 span { border-color: rgb(190,196,20); }

 td.TdClassName
 {
   border-color: #BEC414;
 }
 .TagClassName
 {
   border-color: #BEC414;
 }
</style>