Html Css Color HEX #BEDC1E Fuego

📋 copy color: '#BEDC1E'

red 190 ◦ green 220 ◦ blue 30

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

Shades of Fuego #BEDC1E

Tints of Fuego #BEDC1E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50%

 BLUE value IS 30 (12.11% from 255) = 6.82%

R = 43.18%
G = 50%
B = 6.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#BEDC1E (or 0xBEDC1E) is known color: Fuego. HEX triplet: BE, DC and 1E. RGB value is (190,220,30). Sum of RGB (Red+Green+Blue) = 190+220+30=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 30 (12.11% from 255 or 6.82% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDC1E is #4123E1. Grayscale: #BEBEBE. Windows color (decimal): -4269026 or 2022590. OLE color: 2022590.

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

Color convert

RGB 190 220 30 -
CMYK 0.14 0 0.86 0.14
HSL 69.47º 0.76% 0.49% -
HSV(B) 69.47º 0.86% 0.86% -
XYZ 47.06 62.23 10.76 -
YUV 189.37 38.06 128.45 -
System Red Green Blue C M Y K H S L
Decimal 190 220 30 0.14 0 0.86 0.14 69.47 0.76 0.49
Hex BE DC 1E E 0 56 E 45 4C 31
Octal 276 334 36 16 0 126 16 105 114 61
Binary 10111110 11011100 11110 1110 0 1010110 1110 1000101 1001100 110001

Color Harmonies of #BEDC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDC1E

Black with #BEDC1E

Text Example


Text Example

White with #BEDC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDC1E; }

 p { color: rgb(190,220,30); }

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

background-color css

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

 a { background-color: rgb(190,220,30); }

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

border-color css

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

 span { border-color: rgb(190,220,30); }

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