#BAD537

Color #BAD537 Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #BAD537

Tints of Fuego #BAD537

Color information

#BAD537 (or 0xBAD537) is unknown color: approx Fuego. HEX triplet: BA, D5 and 37. RGB value is (186,213,55). Sum of RGB (Red+Green+Blue) = 186+213+55=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 55 (21.88% from 255 or 12.11% from 454); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD537 is #452AC8. Grayscale: #BBBBBB. Windows color (decimal): -4532937 or 3659194. OLE color: 3659194.

HSL color Cylindrical-coordinate representation of color #BAD537: hue angle of 70.25º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BAD537 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB18621355-
CMYK0.1300.740.16
HSL70.25º65.29%52.55%-
HSV(B)70.25º74.18%83.53%-
XYZ44.7358.312.51-
YUV186.9253.55127.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 213 (83.59% from 255) = 46.92%
BLUE value IS 55 (21.88% from 255) = 12.11%
R=40.97%
G=46.92%
B=12.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal186213550.1300.740.1670.2565.2952.55
HexBAD537D04A10464135
Octal272325671501122010610165
Binary10111010110101011101111101010010101000010001101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD537; }

 p { color: rgb(186,213,55); }

 H1.HeaderClassName
 {
   color: #BAD537;
 }
 .AnyTagClassName
 {
   color: #BAD537;
 }
</style>
background-color css

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

 a { background-color: rgb(186,213,55); }

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

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

 span { border-color: rgb(186,213,55); }

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