Html Css Color HEX #BADC29 Fuego

📋 copy color: '#BADC29'

red 186 ◦ green 220 ◦ blue 41

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

Shades of Fuego #BADC29

Tints of Fuego #BADC29

RGB

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

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

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

R = 41.61%
G = 49.22%
B = 9.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#BADC29 (or 0xBADC29) is known color: Fuego. HEX triplet: BA, DC and 29. RGB value is (186,220,41). Sum of RGB (Red+Green+Blue) = 186+220+41=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 41 (16.41% from 255 or 9.17% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADC29 is #4523D6. Grayscale: #BEBEBE. Windows color (decimal): -4531159 or 2743482. OLE color: 2743482.

HSL color Cylindrical-coordinate representation of color #BADC29: hue angle of 71.4º 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 #BADC29 is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 220 41 -
CMYK 0.15 0 0.81 0.14
HSL 71.4º 0.72% 0.51% -
HSV(B) 71.4º 0.81% 0.86% -
XYZ 46.24 61.79 11.59 -
YUV 189.43 44.24 125.55 -
System Red Green Blue C M Y K H S L
Decimal 186 220 41 0.15 0 0.81 0.14 71.4 0.72 0.51
Hex BA DC 29 F 0 51 E 47 48 33
Octal 272 334 51 17 0 121 16 107 110 63
Binary 10111010 11011100 101001 1111 0 1010001 1110 1000111 1001000 110011

Color Harmonies of #BADC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADC29

Black with #BADC29

Text Example


Text Example

White with #BADC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADC29; }

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

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

background-color css

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

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

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

border-color css

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

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

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