Html Css Color HEX #BEC50F La Rioja

📋 copy color: '#BEC50F'

red 190 ◦ green 197 ◦ blue 15

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

Shades of La Rioja #BEC50F

Tints of La Rioja #BEC50F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49%

 BLUE value IS 15 (6.25% from 255) = 3.73%

R = 47.26%
G = 49%
B = 3.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#BEC50F (or 0xBEC50F) is known color: La Rioja. HEX triplet: BE, C5 and 0F. RGB value is (190,197,15). Sum of RGB (Red+Green+Blue) = 190+197+15=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 15 (6.25% from 255 or 3.73% from 402); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC50F is #413AF0. Grayscale: #AEAEAE. Windows color (decimal): -4274929 or 1033662. OLE color: 1033662.

HSL color Cylindrical-coordinate representation of color #BEC50F: hue angle of 62.31º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BEC50F is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 197 15 -
CMYK 0.04 0 0.92 0.23
HSL 62.31º 0.86% 0.42% -
HSV(B) 62.31º 0.92% 0.77% -
XYZ 41.29 50.91 8.1 -
YUV 174.16 38.18 139.3 -
System Red Green Blue C M Y K H S L
Decimal 190 197 15 0.04 0 0.92 0.23 62.31 0.86 0.42
Hex BE C5 F 4 0 5C 17 3E 56 2A
Octal 276 305 17 4 0 134 27 76 126 52
Binary 10111110 11000101 1111 100 0 1011100 10111 111110 1010110 101010

Color Harmonies of #BEC50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC50F

Black with #BEC50F

Text Example


Text Example

White with #BEC50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC50F; }

 p { color: rgb(190,197,15); }

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

background-color css

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

 a { background-color: rgb(190,197,15); }

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

border-color css

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

 span { border-color: rgb(190,197,15); }

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