Html Css Color HEX #BEC10F La Rioja

📋 copy color: '#BEC10F'

red 190 ◦ green 193 ◦ blue 15

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

Shades of La Rioja #BEC10F

Tints of La Rioja #BEC10F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.49%

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

R = 47.74%
G = 48.49%
B = 3.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#BEC10F (or 0xBEC10F) is known color: La Rioja. HEX triplet: BE, C1 and 0F. RGB value is (190,193,15). Sum of RGB (Red+Green+Blue) = 190+193+15=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 15 (6.25% from 255 or 3.77% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC10F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC10F is #413EF0. Grayscale: #ACACAC. Windows color (decimal): -4275953 or 1032638. OLE color: 1032638.

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

Color convert

RGB 190 193 15 -
CMYK 0.02 0 0.92 0.24
HSL 61.01º 0.86% 0.41% -
HSV(B) 61.01º 0.92% 0.76% -
XYZ 40.39 49.12 7.8 -
YUV 171.81 39.51 140.97 -
System Red Green Blue C M Y K H S L
Decimal 190 193 15 0.02 0 0.92 0.24 61.01 0.86 0.41
Hex BE C1 F 2 0 5C 18 3D 56 29
Octal 276 301 17 2 0 134 30 75 126 51
Binary 10111110 11000001 1111 10 0 1011100 11000 111101 1010110 101001

Color Harmonies of #BEC10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC10F

Black with #BEC10F

Text Example


Text Example

White with #BEC10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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