Html Css Color HEX #BEDA29 Fuego

📋 copy color: '#BEDA29'

red 190 ◦ green 218 ◦ blue 41

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

Shades of Fuego #BEDA29

Tints of Fuego #BEDA29

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.55%

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

R = 42.32%
G = 48.55%
B = 9.13%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#BEDA29 (or 0xBEDA29) is known color: Fuego. HEX triplet: BE, DA and 29. RGB value is (190,218,41). Sum of RGB (Red+Green+Blue) = 190+218+41=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 218 (85.55% from 255 or 48.55% from 449); Blue value is 41 (16.41% from 255 or 9.13% from 449); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDA29 is #4125D6. Grayscale: #BEBEBE. Windows color (decimal): -4269527 or 2742974. OLE color: 2742974.

HSL color Cylindrical-coordinate representation of color #BEDA29: hue angle of 69.49º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BEDA29 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 218 41 -
CMYK 0.13 0 0.81 0.15
HSL 69.49º 0.71% 0.51% -
HSV(B) 69.49º 0.81% 0.85% -
XYZ 46.71 61.25 11.46 -
YUV 189.45 44.22 128.39 -
System Red Green Blue C M Y K H S L
Decimal 190 218 41 0.13 0 0.81 0.15 69.49 0.71 0.51
Hex BE DA 29 D 0 51 F 45 47 33
Octal 276 332 51 15 0 121 17 105 107 63
Binary 10111110 11011010 101001 1101 0 1010001 1111 1000101 1000111 110011

Color Harmonies of #BEDA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDA29

Black with #BEDA29

Text Example


Text Example

White with #BEDA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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