#BEC811

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

Shades of La Rioja #BEC811

Tints of La Rioja #BEC811

Color information

#BEC811 (or 0xBEC811) is unknown color: approx La Rioja. HEX triplet: BE, C8 and 11. RGB value is (190,200,17). Sum of RGB (Red+Green+Blue) = 190+200+17=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 200 (78.52% from 255 or 49.14% from 407); Blue value is 17 (7.03% from 255 or 4.18% from 407); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC811 is #4137EE. Grayscale: #B0B0B0. Windows color (decimal): -4274159 or 1165502. OLE color: 1165502.

HSL color Cylindrical-coordinate representation of color #BEC811: hue angle of 63.28º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BEC811 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB19020017-
CMYK0.0500.920.22
HSL63.28º84.33%42.55%-
HSV(B)63.28º91.5%78.43%-
XYZ41.9952.38.41-
YUV176.1538.19137.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.68%
GREEN value IS 200 (78.52% from 255) = 49.14%
BLUE value IS 17 (7.03% from 255) = 4.18%
R=46.68%
G=49.14%
B=4.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190200170.0500.920.2263.2884.3342.55
HexBEC811505C163f542b
Octal2763102150134267712453
Binary10111110110010001000110101011100101101111111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC811; }

 p { color: rgb(190,200,17); }

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

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

 a { background-color: rgb(190,200,17); }

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

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

 span { border-color: rgb(190,200,17); }

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