#BAD727

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

Shades of Fuego #BAD727

Tints of Fuego #BAD727

Color information

#BAD727 (or 0xBAD727) is unknown color: approx Fuego. HEX triplet: BA, D7 and 27. RGB value is (186,215,39). Sum of RGB (Red+Green+Blue) = 186+215+39=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 215 (84.38% from 255 or 48.86% from 440); Blue value is 39 (15.62% from 255 or 8.86% from 440); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD727 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD727 is #4528D8. Grayscale: #BABABA. Windows color (decimal): -4532441 or 2611130. OLE color: 2611130.

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

Color convert

RGB18621539-
CMYK0.1300.820.16
HSL69.89º69.29%49.8%-
HSV(B)69.89º81.86%84.31%-
XYZ44.9259.1910.98-
YUV186.2644.89127.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.27%
GREEN value IS 215 (84.38% from 255) = 48.86%
BLUE value IS 39 (15.62% from 255) = 8.86%
R=42.27%
G=48.86%
B=8.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal186215390.1300.820.1669.8969.2949.8
HexBAD727D05210464532
Octal272327471501222010610562
Binary10111010110101111001111101010100101000010001101000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD727; }

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

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

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

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

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

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

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

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