#BEC014

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

Shades of La Rioja #BEC014

Tints of La Rioja #BEC014

Color information

#BEC014 (or 0xBEC014) is unknown color: approx La Rioja. HEX triplet: BE, C0 and 14. RGB value is (190,192,20). Sum of RGB (Red+Green+Blue) = 190+192+20=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC014 is #413FEB. Grayscale: #ACACAC. Windows color (decimal): -4276204 or 1360062. OLE color: 1360062.

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

Color convert

RGB19019220-
CMYK0.0100.900.25
HSL60.7º81.13%41.57%-
HSV(B)60.7º89.58%75.29%-
XYZ40.2148.77.94-
YUV171.7942.34140.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.26%
GREEN value IS 192 (75.39% from 255) = 47.76%
BLUE value IS 20 (8.20% from 255) = 4.98%
R=47.26%
G=47.76%
B=4.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190192200.0100.900.2560.781.1341.57
HexBEC014105A193d512a
Octal2763002410132317512152
Binary101111101100000010100101011010110011111011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC014; }

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

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

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

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

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

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

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

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