#bad532

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

Shades of Fuego #BAD532

Tints of Fuego #BAD532

Color information

#BAD532 (or 0xBAD532) is unknown color: approx Fuego. HEX triplet: BA, D5 and 32. RGB value is (186,213,50). Sum of RGB (Red+Green+Blue) = 186+213+50=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 50 (19.92% from 255 or 11.14% from 449); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD532 is #452ACD. Grayscale: #BABABA. Windows color (decimal): -4532942 or 3331514. OLE color: 3331514.

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

Color convert

RGB18621350-
CMYK0.1300.770.16
HSL69.94º65.99%51.57%-
HSV(B)69.94º76.53%83.53%-
XYZ44.6258.2611.91-
YUV186.3451.05127.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.43%
GREEN value IS 213 (83.59% from 255) = 47.44%
BLUE value IS 50 (19.92% from 255) = 11.14%
R=41.43%
G=47.44%
B=11.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal186213500.1300.770.1669.9465.9951.57
HexBAD532D04D10464234
Octal272325621501152010610264
Binary10111010110101011100101101010011011000010001101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bad532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bad532; }

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

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

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

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

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

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

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

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