#BADA33

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

Shades of Fuego #BADA33

Tints of Fuego #BADA33

Color information

#BADA33 (or 0xBADA33) is unknown color: approx Fuego. HEX triplet: BA, DA and 33. RGB value is (186,218,51). Sum of RGB (Red+Green+Blue) = 186+218+51=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 218 (85.55% from 255 or 47.91% from 455); Blue value is 51 (20.31% from 255 or 11.21% from 455); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADA33 is #4525CC. Grayscale: #BEBEBE. Windows color (decimal): -4531661 or 3398330. OLE color: 3398330.

HSL color Cylindrical-coordinate representation of color #BADA33: hue angle of 71.5º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BADA33 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB18621851-
CMYK0.1500.770.15
HSL71.5º69.29%52.75%-
HSV(B)71.5º76.61%85.49%-
XYZ45.9260.8212.45-
YUV189.3949.9125.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 218 (85.55% from 255) = 47.91%
BLUE value IS 51 (20.31% from 255) = 11.21%
R=40.88%
G=47.91%
B=11.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal186218510.1500.770.1571.569.2952.75
HexBADA33F04DF474535
Octal272332631701151710710565
Binary1011101011011010110011111101001101111110001111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADA33; }

 p { color: rgb(186,218,51); }

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

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

 a { background-color: rgb(186,218,51); }

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

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

 span { border-color: rgb(186,218,51); }

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