Html Css Color HEX #BAD831 Fuego

📋 copy color: '#BAD831'

red 186 ◦ green 216 ◦ blue 49

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

Shades of Fuego #BAD831

Tints of Fuego #BAD831

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.89%

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

R = 41.24%
G = 47.89%
B = 10.86%

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

#BAD831 (or 0xBAD831) is known color: Fuego. HEX triplet: BA, D8 and 31. RGB value is (186,216,49). Sum of RGB (Red+Green+Blue) = 186+216+49=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 216 (84.77% from 255 or 47.89% from 451); Blue value is 49 (19.53% from 255 or 10.86% from 451); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD831 is #4527CE. Grayscale: #BCBCBC. Windows color (decimal): -4532175 or 3266746. OLE color: 3266746.

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

Color convert

RGB 186 216 49 -
CMYK 0.14 0 0.77 0.15
HSL 70.78º 0.68% 0.52% -
HSV(B) 70.78º 0.77% 0.85% -
XYZ 45.36 59.77 12.05 -
YUV 187.99 49.56 126.58 -
System Red Green Blue C M Y K H S L
Decimal 186 216 49 0.14 0 0.77 0.15 70.78 0.68 0.52
Hex BA D8 31 E 0 4D F 47 44 34
Octal 272 330 61 16 0 115 17 107 104 64
Binary 10111010 11011000 110001 1110 0 1001101 1111 1000111 1000100 110100

Color Harmonies of #BAD831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD831

Black with #BAD831

Text Example


Text Example

White with #BAD831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD831; }

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

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

background-color css

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

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

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

border-color css

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

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

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