#BAD929

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

Shades of Fuego #BAD929

Tints of Fuego #BAD929

Color information

#BAD929 (or 0xBAD929) is unknown color: approx Fuego. HEX triplet: BA, D9 and 29. RGB value is (186,217,41). Sum of RGB (Red+Green+Blue) = 186+217+41=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 217 (85.16% from 255 or 48.87% from 444); Blue value is 41 (16.41% from 255 or 9.23% from 444); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD929 is #4526D6. Grayscale: #BCBCBC. Windows color (decimal): -4531927 or 2742714. OLE color: 2742714.

HSL color Cylindrical-coordinate representation of color #BAD929: hue angle of 70.57º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BAD929 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB18621741-
CMYK0.1400.810.15
HSL70.57º69.84%50.59%-
HSV(B)70.57º81.11%85.1%-
XYZ45.4660.2211.33-
YUV187.6745.23126.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.89%
GREEN value IS 217 (85.16% from 255) = 48.87%
BLUE value IS 41 (16.41% from 255) = 9.23%
R=41.89%
G=48.87%
B=9.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal186217410.1400.810.1570.5769.8450.59
HexBAD929E051F474633
Octal272331511601211710710663
Binary1011101011011001101001111001010001111110001111000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD929; }

 p { color: rgb(186,217,41); }

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

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

 a { background-color: rgb(186,217,41); }

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

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

 span { border-color: rgb(186,217,41); }

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