Html Css Color HEX #BAD331 Fuego

📋 copy color: '#BAD331'

red 186 ◦ green 211 ◦ blue 49

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

Shades of Fuego #BAD331

Tints of Fuego #BAD331

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.31%

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

R = 41.7%
G = 47.31%
B = 10.99%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#BAD331 (or 0xBAD331) is known color: Fuego. HEX triplet: BA, D3 and 31. RGB value is (186,211,49). Sum of RGB (Red+Green+Blue) = 186+211+49=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 211 (82.81% from 255 or 47.31% from 446); Blue value is 49 (19.53% from 255 or 10.99% from 446); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD331 is #452CCE. Grayscale: #B9B9B9. Windows color (decimal): -4533455 or 3265466. OLE color: 3265466.

HSL color Cylindrical-coordinate representation of color #BAD331: hue angle of 69.26º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BAD331 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 211 49 -
CMYK 0.12 0 0.77 0.17
HSL 69.26º 0.65% 0.51% -
HSV(B) 69.26º 0.77% 0.83% -
XYZ 44.1 57.25 11.63 -
YUV 185.06 51.22 128.67 -
System Red Green Blue C M Y K H S L
Decimal 186 211 49 0.12 0 0.77 0.17 69.26 0.65 0.51
Hex BA D3 31 C 0 4D 11 45 41 33
Octal 272 323 61 14 0 115 21 105 101 63
Binary 10111010 11010011 110001 1100 0 1001101 10001 1000101 1000001 110011

Color Harmonies of #BAD331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD331

Black with #BAD331

Text Example


Text Example

White with #BAD331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD331; }

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

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

background-color css

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

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

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

border-color css

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

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

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