#BAD737

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

Shades of Fuego #BAD737

Tints of Fuego #BAD737

Color information

#BAD737 (or 0xBAD737) is unknown color: approx Fuego. HEX triplet: BA, D7 and 37. RGB value is (186,215,55). Sum of RGB (Red+Green+Blue) = 186+215+55=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 55 (21.88% from 255 or 12.06% from 456); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD737 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD737 is #4528C8. Grayscale: #BCBCBC. Windows color (decimal): -4532425 or 3659706. OLE color: 3659706.

HSL color Cylindrical-coordinate representation of color #BAD737: hue angle of 70.88º degrees, saturation: 0.67, 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 #BAD737 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB18621555-
CMYK0.1300.740.16
HSL70.88º66.67%52.94%-
HSV(B)70.88º74.42%84.31%-
XYZ45.2459.3212.68-
YUV188.0952.89126.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.79%
GREEN value IS 215 (84.38% from 255) = 47.15%
BLUE value IS 55 (21.88% from 255) = 12.06%
R=40.79%
G=47.15%
B=12.06%

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
Decimal186215550.1300.740.1670.8866.6752.94
HexBAD737D04A10474335
Octal272327671501122010710365
Binary10111010110101111101111101010010101000010001111000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD737; }

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

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

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

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

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

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

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

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