Html Css Color HEX #BEC20E La Rioja

📋 copy color: '#BEC20E'

red 190 ◦ green 194 ◦ blue 14

#BEC20E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #BEC20E

Tints of La Rioja #BEC20E

RGB

 RED value IS 190 (74.61% from 255) = 47.74%

 GREEN value IS 194 (76.17% from 255) = 48.74%

 BLUE value IS 14 (5.86% from 255) = 3.52%

R = 47.74%
G = 48.74%
B = 3.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#BEC20E (or 0xBEC20E) is known color: La Rioja. HEX triplet: BE, C2 and 0E. RGB value is (190,194,14). Sum of RGB (Red+Green+Blue) = 190+194+14=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 194 (76.17% from 255 or 48.74% from 398); Blue value is 14 (5.86% from 255 or 3.52% from 398); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC20E is #413DF1. Grayscale: #ACACAC. Windows color (decimal): -4275698 or 967358. OLE color: 967358.

HSL color Cylindrical-coordinate representation of color #BEC20E: hue angle of 61.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BEC20E is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 194 14 -
CMYK 0.02 0 0.93 0.24
HSL 61.33º 0.87% 0.41% -
HSV(B) 61.33º 0.93% 0.76% -
XYZ 40.61 49.56 7.84 -
YUV 172.28 38.67 140.64 -
System Red Green Blue C M Y K H S L
Decimal 190 194 14 0.02 0 0.93 0.24 61.33 0.87 0.41
Hex BE C2 E 2 0 5D 18 3D 57 29
Octal 276 302 16 2 0 135 30 75 127 51
Binary 10111110 11000010 1110 10 0 1011101 11000 111101 1010111 101001

Color Harmonies of #BEC20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC20E

Black with #BEC20E

Text Example


Text Example

White with #BEC20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC20E; }

 p { color: rgb(190,194,14); }

 H1.HeaderClassName
 {
   color: #BEC20E;
 }
 .AnyTagClassName
 {
   color: #BEC20E;
 }
</style>

background-color css

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

 a { background-color: rgb(190,194,14); }

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

border-color css

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

 span { border-color: rgb(190,194,14); }

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