#BEC60A

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

Shades of La Rioja #BEC60A

Tints of La Rioja #BEC60A

Color information

#BEC60A (or 0xBEC60A) is unknown color: approx La Rioja. HEX triplet: BE, C6 and 0A. RGB value is (190,198,10). Sum of RGB (Red+Green+Blue) = 190+198+10=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 198 (77.73% from 255 or 49.75% from 398); Blue value is 10 (4.30% from 255 or 2.51% from 398); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC60A is #4139F5. Grayscale: #AEAEAE. Windows color (decimal): -4274678 or 706238. OLE color: 706238.

HSL color Cylindrical-coordinate representation of color #BEC60A: hue angle of 62.55º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BEC60A is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB19019810-
CMYK0.0400.950.22
HSL62.55º90.38%40.78%-
HSV(B)62.55º94.95%77.65%-
XYZ41.4851.368.01-
YUV174.1835.35139.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.74%
GREEN value IS 198 (77.73% from 255) = 49.75%
BLUE value IS 10 (4.30% from 255) = 2.51%
R=47.74%
G=49.75%
B=2.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190198100.0400.950.2262.5590.3840.78
HexBEC6A405F163f5a29
Octal2763061240137267713251
Binary1011111011000110101010001011111101101111111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC60A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC60A; }

 p { color: rgb(190,198,10); }

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

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

 a { background-color: rgb(190,198,10); }

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

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

 span { border-color: rgb(190,198,10); }

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