#BEC515

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

Shades of La Rioja #BEC515

Tints of La Rioja #BEC515

Color information

#BEC515 (or 0xBEC515) is unknown color: approx La Rioja. HEX triplet: BE, C5 and 15. RGB value is (190,197,21). Sum of RGB (Red+Green+Blue) = 190+197+21=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 197 (77.34% from 255 or 48.28% from 408); Blue value is 21 (8.59% from 255 or 5.15% from 408); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC515 is #413AEA. Grayscale: #AFAFAF. Windows color (decimal): -4274923 or 1426878. OLE color: 1426878.

HSL color Cylindrical-coordinate representation of color #BEC515: hue angle of 62.39º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BEC515 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB19019721-
CMYK0.0400.890.23
HSL62.39º80.73%42.75%-
HSV(B)62.39º89.34%77.25%-
XYZ41.3450.938.36-
YUV174.8441.18138.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.57%
GREEN value IS 197 (77.34% from 255) = 48.28%
BLUE value IS 21 (8.59% from 255) = 5.15%
R=46.57%
G=48.28%
B=5.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal190197210.0400.890.2362.3980.7342.75
HexBEC5154059173e512b
Octal2763052540131277612153
Binary10111110110001011010110001011001101111111101010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC515; }

 p { color: rgb(190,197,21); }

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

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

 a { background-color: rgb(190,197,21); }

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

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

 span { border-color: rgb(190,197,21); }

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