Html Css Color HEX #BEC70E La Rioja

📋 copy color: '#BEC70E'

red 190 ◦ green 199 ◦ blue 14

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

Shades of La Rioja #BEC70E

Tints of La Rioja #BEC70E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 49.38%

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

R = 47.15%
G = 49.38%
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

#BEC70E (or 0xBEC70E) is known color: La Rioja. HEX triplet: BE, C7 and 0E. RGB value is (190,199,14). Sum of RGB (Red+Green+Blue) = 190+199+14=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 199 (78.12% from 255 or 49.38% from 403); Blue value is 14 (5.86% from 255 or 3.47% from 403); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC70E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC70E is #4138F1. Grayscale: #AFAFAF. Windows color (decimal): -4274418 or 968638. OLE color: 968638.

HSL color Cylindrical-coordinate representation of color #BEC70E: hue angle of 62.92º 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 #BEC70E is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 199 14 -
CMYK 0.05 0 0.93 0.22
HSL 62.92º 0.87% 0.42% -
HSV(B) 62.92º 0.93% 0.78% -
XYZ 41.74 51.83 8.22 -
YUV 175.22 37.02 138.54 -
System Red Green Blue C M Y K H S L
Decimal 190 199 14 0.05 0 0.93 0.22 62.92 0.87 0.42
Hex BE C7 E 5 0 5D 16 3F 57 2A
Octal 276 307 16 5 0 135 26 77 127 52
Binary 10111110 11000111 1110 101 0 1011101 10110 111111 1010111 101010

Color Harmonies of #BEC70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC70E

Black with #BEC70E

Text Example


Text Example

White with #BEC70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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