#BEC505

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

Shades of La Rioja #BEC505

Tints of La Rioja #BEC505

Color information

#BEC505 (or 0xBEC505) is unknown color: approx La Rioja. HEX triplet: BE, C5 and 05. RGB value is (190,197,5). Sum of RGB (Red+Green+Blue) = 190+197+5=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 197 (77.34% from 255 or 50.26% from 392); Blue value is 5 (2.34% from 255 or 1.28% from 392); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC505 is #413AFA. Grayscale: #ADADAD. Windows color (decimal): -4274939 or 378302. OLE color: 378302.

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

Color convert

RGB1901975-
CMYK0.0400.970.23
HSL62.19º95.05%39.61%-
HSV(B)62.19º97.46%77.25%-
XYZ41.2350.897.79-
YUV173.0233.18140.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.47%
GREEN value IS 197 (77.34% from 255) = 50.26%
BLUE value IS 5 (2.34% from 255) = 1.28%
R=48.47%
G=50.26%
B=1.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19019750.0400.970.2362.1995.0539.61
HexBEC554061173e5f28
Octal276305540141277613750
Binary101111101100010110110001100001101111111101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC505; }

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

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

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

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

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

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

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

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