#BAD036

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

Shades of Fuego #BAD036

Tints of Fuego #BAD036

Color information

#BAD036 (or 0xBAD036) is unknown color: approx Fuego. HEX triplet: BA, D0 and 36. RGB value is (186,208,54). Sum of RGB (Red+Green+Blue) = 186+208+54=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 54 (21.48% from 255 or 12.05% from 448); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD036 is #452FC9. Grayscale: #B8B8B8. Windows color (decimal): -4534218 or 3592378. OLE color: 3592378.

HSL color Cylindrical-coordinate representation of color #BAD036: hue angle of 68.57º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BAD036 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB18620854-
CMYK0.1100.740.18
HSL68.57º62.1%51.37%-
HSV(B)68.57º74.04%81.57%-
XYZ43.4755.8211.97-
YUV183.8754.71129.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.52%
GREEN value IS 208 (81.64% from 255) = 46.43%
BLUE value IS 54 (21.48% from 255) = 12.05%
R=41.52%
G=46.43%
B=12.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal186208540.1100.740.1868.5762.151.37
HexBAD036B04A12453e33
Octal27232066130112221057663
Binary1011101011010000110110101101001010100101000101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD036; }

 p { color: rgb(186,208,54); }

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

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

 a { background-color: rgb(186,208,54); }

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

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

 span { border-color: rgb(186,208,54); }

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