Html Css Color HEX #BEC80E La Rioja

📋 copy color: '#BEC80E'

red 190 ◦ green 200 ◦ blue 14

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

Shades of La Rioja #BEC80E

Tints of La Rioja #BEC80E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.5%

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

R = 47.03%
G = 49.5%
B = 3.47%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#BEC80E (or 0xBEC80E) is known color: La Rioja. HEX triplet: BE, C8 and 0E. RGB value is (190,200,14). Sum of RGB (Red+Green+Blue) = 190+200+14=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 200 (78.52% from 255 or 49.50% from 404); Blue value is 14 (5.86% from 255 or 3.47% from 404); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC80E is #4137F1. Grayscale: #B0B0B0. Windows color (decimal): -4274162 or 968894. OLE color: 968894.

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

Color convert

RGB 190 200 14 -
CMYK 0.05 0 0.93 0.22
HSL 63.23º 0.87% 0.42% -
HSV(B) 63.23º 0.93% 0.78% -
XYZ 41.97 52.29 8.3 -
YUV 175.81 36.69 138.12 -
System Red Green Blue C M Y K H S L
Decimal 190 200 14 0.05 0 0.93 0.22 63.23 0.87 0.42
Hex BE C8 E 5 0 5D 16 3F 57 2A
Octal 276 310 16 5 0 135 26 77 127 52
Binary 10111110 11001000 1110 101 0 1011101 10110 111111 1010111 101010

Color Harmonies of #BEC80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC80E

Black with #BEC80E

Text Example


Text Example

White with #BEC80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC80E; }

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

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

background-color css

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

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

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

border-color css

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

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

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