Html Css Color HEX #BEDE31 Fuego

📋 copy color: '#BEDE31'

red 190 ◦ green 222 ◦ blue 49

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

Shades of Fuego #BEDE31

Tints of Fuego #BEDE31

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.16%

 BLUE value IS 49 (19.53% from 255) = 10.63%

R = 41.21%
G = 48.16%
B = 10.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#BEDE31 (or 0xBEDE31) is known color: Fuego. HEX triplet: BE, DE and 31. RGB value is (190,222,49). Sum of RGB (Red+Green+Blue) = 190+222+49=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 222 (87.11% from 255 or 48.16% from 461); Blue value is 49 (19.53% from 255 or 10.63% from 461); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDE31 is #4121CE. Grayscale: #C1C1C1. Windows color (decimal): -4268495 or 3268286. OLE color: 3268286.

HSL color Cylindrical-coordinate representation of color #BEDE31: hue angle of 71.1º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BEDE31 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 222 49 -
CMYK 0.14 0 0.78 0.13
HSL 71.1º 0.72% 0.53% -
HSV(B) 71.1º 0.78% 0.87% -
XYZ 47.91 63.41 12.62 -
YUV 192.71 46.9 126.07 -
System Red Green Blue C M Y K H S L
Decimal 190 222 49 0.14 0 0.78 0.13 71.1 0.72 0.53
Hex BE DE 31 E 0 4E D 47 48 35
Octal 276 336 61 16 0 116 15 107 110 65
Binary 10111110 11011110 110001 1110 0 1001110 1101 1000111 1001000 110101

Color Harmonies of #BEDE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDE31

Black with #BEDE31

Text Example


Text Example

White with #BEDE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDE31; }

 p { color: rgb(190,222,49); }

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

background-color css

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

 a { background-color: rgb(190,222,49); }

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

border-color css

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

 span { border-color: rgb(190,222,49); }

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