#BEC017

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

Shades of La Rioja #BEC017

Tints of La Rioja #BEC017

Color information

#BEC017 (or 0xBEC017) is unknown color: approx La Rioja. HEX triplet: BE, C0 and 17. RGB value is (190,192,23). Sum of RGB (Red+Green+Blue) = 190+192+23=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 23 (9.38% from 255 or 5.68% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC017 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC017 is #413FE8. Grayscale: #ACACAC. Windows color (decimal): -4276201 or 1556670. OLE color: 1556670.

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

Color convert

RGB19019223-
CMYK0.0100.880.25
HSL60.71º78.6%42.16%-
HSV(B)60.71º88.02%75.29%-
XYZ40.2448.718.09-
YUV172.1443.84140.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.91%
GREEN value IS 192 (75.39% from 255) = 47.41%
BLUE value IS 23 (9.38% from 255) = 5.68%
R=46.91%
G=47.41%
B=5.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190192230.0100.880.2560.7178.642.16
HexBEC0171058193d4f2a
Octal2763002710130317511752
Binary101111101100000010111101011000110011111011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC017; }

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

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

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

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

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

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

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

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