Html Css Color HEX #BADE31 Fuego

📋 copy color: '#BADE31'

red 186 ◦ green 222 ◦ blue 49

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

Shades of Fuego #BADE31

Tints of Fuego #BADE31

RGB

 RED value IS 186 (73.05% from 255) = 40.7%

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

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

R = 40.7%
G = 48.58%
B = 10.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#BADE31 (or 0xBADE31) is known color: Fuego. HEX triplet: BA, DE and 31. RGB value is (186,222,49). Sum of RGB (Red+Green+Blue) = 186+222+49=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 222 (87.11% from 255 or 48.58% from 457); Blue value is 49 (19.53% from 255 or 10.72% from 457); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADE31 is #4521CE. Grayscale: #C0C0C0. Windows color (decimal): -4530639 or 3268282. OLE color: 3268282.

HSL color Cylindrical-coordinate representation of color #BADE31: hue angle of 72.49º 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 #BADE31 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 222 49 -
CMYK 0.16 0 0.78 0.13
HSL 72.49º 0.72% 0.53% -
HSV(B) 72.49º 0.78% 0.87% -
XYZ 46.93 62.9 12.57 -
YUV 191.51 47.57 124.07 -
System Red Green Blue C M Y K H S L
Decimal 186 222 49 0.16 0 0.78 0.13 72.49 0.72 0.53
Hex BA DE 31 10 0 4E D 48 48 35
Octal 272 336 61 20 0 116 15 110 110 65
Binary 10111010 11011110 110001 10000 0 1001110 1101 1001000 1001000 110101

Color Harmonies of #BADE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE31

Black with #BADE31

Text Example


Text Example

White with #BADE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE31; }

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

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

background-color css

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

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

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

border-color css

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

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

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