Html Css Color HEX #BAE329 Fuego

📋 copy color: '#BAE329'

red 186 ◦ green 227 ◦ blue 41

#BAE329
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuego #BAE329

Tints of Fuego #BAE329

RGB

 RED value IS 186 (73.05% from 255) = 40.97%

 GREEN value IS 227 (89.06% from 255) = 50%

 BLUE value IS 41 (16.41% from 255) = 9.03%

R = 40.97%
G = 50%
B = 9.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#BAE329 (or 0xBAE329) is known color: Fuego. HEX triplet: BA, E3 and 29. RGB value is (186,227,41). Sum of RGB (Red+Green+Blue) = 186+227+41=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 227 (89.06% from 255 or 50% from 454); Blue value is 41 (16.41% from 255 or 9.03% from 454); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE329 is #451CD6. Grayscale: #C2C2C2. Windows color (decimal): -4529367 or 2745274. OLE color: 2745274.

HSL color Cylindrical-coordinate representation of color #BAE329: hue angle of 73.23º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BAE329 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 227 41 -
CMYK 0.18 0 0.82 0.11
HSL 73.23º 0.77% 0.53% -
HSV(B) 73.23º 0.82% 0.89% -
XYZ 48.12 65.54 12.21 -
YUV 193.54 41.92 122.62 -
System Red Green Blue C M Y K H S L
Decimal 186 227 41 0.18 0 0.82 0.11 73.23 0.77 0.53
Hex BA E3 29 12 0 52 B 49 4D 35
Octal 272 343 51 22 0 122 13 111 115 65
Binary 10111010 11100011 101001 10010 0 1010010 1011 1001001 1001101 110101

Color Harmonies of #BAE329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE329

Black with #BAE329

Text Example


Text Example

White with #BAE329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE329; }

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

 H1.HeaderClassName
 {
   color: #BAE329;
 }
 .AnyTagClassName
 {
   color: #BAE329;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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