Html Css Color HEX #BEC60E La Rioja

📋 copy color: '#BEC60E'

red 190 ◦ green 198 ◦ blue 14

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

Shades of La Rioja #BEC60E

Tints of La Rioja #BEC60E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.25%

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

R = 47.26%
G = 49.25%
B = 3.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#BEC60E (or 0xBEC60E) is known color: La Rioja. HEX triplet: BE, C6 and 0E. RGB value is (190,198,14). Sum of RGB (Red+Green+Blue) = 190+198+14=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 198 (77.73% from 255 or 49.25% from 402); Blue value is 14 (5.86% from 255 or 3.48% from 402); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC60E is #4139F1. Grayscale: #AFAFAF. Windows color (decimal): -4274674 or 968382. OLE color: 968382.

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

Color convert

RGB 190 198 14 -
CMYK 0.04 0 0.93 0.22
HSL 62.61º 0.87% 0.42% -
HSV(B) 62.61º 0.93% 0.78% -
XYZ 41.51 51.37 8.14 -
YUV 174.63 37.35 138.96 -
System Red Green Blue C M Y K H S L
Decimal 190 198 14 0.04 0 0.93 0.22 62.61 0.87 0.42
Hex BE C6 E 4 0 5D 16 3F 57 2A
Octal 276 306 16 4 0 135 26 77 127 52
Binary 10111110 11000110 1110 100 0 1011101 10110 111111 1010111 101010

Color Harmonies of #BEC60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC60E

Black with #BEC60E

Text Example


Text Example

White with #BEC60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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