Html Css Color HEX #BADE2A Fuego

📋 copy color: '#BADE2A'

red 186 ◦ green 222 ◦ blue 42

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

Shades of Fuego #BADE2A

Tints of Fuego #BADE2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.33%

R = 41.33%
G = 49.33%
B = 9.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#BADE2A (or 0xBADE2A) is known color: Fuego. HEX triplet: BA, DE and 2A. RGB value is (186,222,42). Sum of RGB (Red+Green+Blue) = 186+222+42=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 222 (87.11% from 255 or 49.33% from 450); Blue value is 42 (16.80% from 255 or 9.33% from 450); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADE2A is #4521D5. Grayscale: #BFBFBF. Windows color (decimal): -4530646 or 2809530. OLE color: 2809530.

HSL color Cylindrical-coordinate representation of color #BADE2A: hue angle of 72º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BADE2A is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 222 42 -
CMYK 0.16 0 0.81 0.13
HSL 72º 0.73% 0.52% -
HSV(B) 72º 0.81% 0.87% -
XYZ 46.79 62.85 11.86 -
YUV 190.72 44.07 124.64 -
System Red Green Blue C M Y K H S L
Decimal 186 222 42 0.16 0 0.81 0.13 72 0.73 0.52
Hex BA DE 2A 10 0 51 D 48 49 34
Octal 272 336 52 20 0 121 15 110 111 64
Binary 10111010 11011110 101010 10000 0 1010001 1101 1001000 1001001 110100

Color Harmonies of #BADE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE2A

Black with #BADE2A

Text Example


Text Example

White with #BADE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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