Html Css Color HEX #BAD931 Fuego

📋 copy color: '#BAD931'

red 186 ◦ green 217 ◦ blue 49

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

Shades of Fuego #BAD931

Tints of Fuego #BAD931

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.01%

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

R = 41.15%
G = 48.01%
B = 10.84%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#BAD931 (or 0xBAD931) is known color: Fuego. HEX triplet: BA, D9 and 31. RGB value is (186,217,49). Sum of RGB (Red+Green+Blue) = 186+217+49=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 217 (85.16% from 255 or 48.01% from 452); Blue value is 49 (19.53% from 255 or 10.84% from 452); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD931 is #4526CE. Grayscale: #BDBDBD. Windows color (decimal): -4531919 or 3267002. OLE color: 3267002.

HSL color Cylindrical-coordinate representation of color #BAD931: hue angle of 71.07º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BAD931 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 217 49 -
CMYK 0.14 0 0.77 0.15
HSL 71.07º 0.69% 0.52% -
HSV(B) 71.07º 0.77% 0.85% -
XYZ 45.62 60.29 12.14 -
YUV 188.58 49.23 126.16 -
System Red Green Blue C M Y K H S L
Decimal 186 217 49 0.14 0 0.77 0.15 71.07 0.69 0.52
Hex BA D9 31 E 0 4D F 47 45 34
Octal 272 331 61 16 0 115 17 107 105 64
Binary 10111010 11011001 110001 1110 0 1001101 1111 1000111 1000101 110100

Color Harmonies of #BAD931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD931

Black with #BAD931

Text Example


Text Example

White with #BAD931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD931; }

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

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

background-color css

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

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

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

border-color css

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

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

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