Html Css Color HEX #BEDC29 Fuego

📋 copy color: '#BEDC29'

red 190 ◦ green 220 ◦ blue 41

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

Shades of Fuego #BEDC29

Tints of Fuego #BEDC29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.09%

R = 42.13%
G = 48.78%
B = 9.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#BEDC29 (or 0xBEDC29) is known color: Fuego. HEX triplet: BE, DC and 29. RGB value is (190,220,41). Sum of RGB (Red+Green+Blue) = 190+220+41=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 41 (16.41% from 255 or 9.09% from 451); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDC29 is #4123D6. Grayscale: #BFBFBF. Windows color (decimal): -4269015 or 2743486. OLE color: 2743486.

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

Color convert

RGB 190 220 41 -
CMYK 0.14 0 0.81 0.14
HSL 70.06º 0.72% 0.51% -
HSV(B) 70.06º 0.81% 0.86% -
XYZ 47.23 62.29 11.63 -
YUV 190.62 43.56 127.55 -
System Red Green Blue C M Y K H S L
Decimal 190 220 41 0.14 0 0.81 0.14 70.06 0.72 0.51
Hex BE DC 29 E 0 51 E 46 48 33
Octal 276 334 51 16 0 121 16 106 110 63
Binary 10111110 11011100 101001 1110 0 1010001 1110 1000110 1001000 110011

Color Harmonies of #BEDC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDC29

Black with #BEDC29

Text Example


Text Example

White with #BEDC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDC29; }

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

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

background-color css

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

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

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

border-color css

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

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

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