#BAD636

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

Shades of Fuego #BAD636

Tints of Fuego #BAD636

Color information

#BAD636 (or 0xBAD636) is unknown color: approx Fuego. HEX triplet: BA, D6 and 36. RGB value is (186,214,54). Sum of RGB (Red+Green+Blue) = 186+214+54=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 54 (21.48% from 255 or 11.89% from 454); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD636 is #4529C9. Grayscale: #BCBCBC. Windows color (decimal): -4532682 or 3593914. OLE color: 3593914.

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

Color convert

RGB18621454-
CMYK0.1300.750.16
HSL70.5º66.12%52.55%-
HSV(B)70.5º74.77%83.92%-
XYZ44.9658.812.47-
YUV187.3952.72127.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 214 (83.98% from 255) = 47.14%
BLUE value IS 54 (21.48% from 255) = 11.89%
R=40.97%
G=47.14%
B=11.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal186214540.1300.750.1670.566.1252.55
HexBAD636D04B10464235
Octal272326661501132010610265
Binary10111010110101101101101101010010111000010001101000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD636; }

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

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

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

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

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

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

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

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