Html Css Color HEX #BAE129 Fuego

📋 copy color: '#BAE129'

red 186 ◦ green 225 ◦ blue 41

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

Shades of Fuego #BAE129

Tints of Fuego #BAE129

RGB

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

 GREEN value IS 225 (88.28% from 255) = 49.78%

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

R = 41.15%
G = 49.78%
B = 9.07%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#BAE129 (or 0xBAE129) is known color: Fuego. HEX triplet: BA, E1 and 29. RGB value is (186,225,41). Sum of RGB (Red+Green+Blue) = 186+225+41=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 225 (88.28% from 255 or 49.78% from 452); Blue value is 41 (16.41% from 255 or 9.07% from 452); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE129 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE129 is #451ED6. Grayscale: #C1C1C1. Windows color (decimal): -4529879 or 2744762. OLE color: 2744762.

HSL color Cylindrical-coordinate representation of color #BAE129: hue angle of 72.72º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BAE129 is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 225 41 -
CMYK 0.17 0 0.82 0.12
HSL 72.72º 0.75% 0.52% -
HSV(B) 72.72º 0.82% 0.88% -
XYZ 47.58 64.45 12.03 -
YUV 192.36 42.58 123.46 -
System Red Green Blue C M Y K H S L
Decimal 186 225 41 0.17 0 0.82 0.12 72.72 0.75 0.52
Hex BA E1 29 11 0 52 C 49 4B 34
Octal 272 341 51 21 0 122 14 111 113 64
Binary 10111010 11100001 101001 10001 0 1010010 1100 1001001 1001011 110100

Color Harmonies of #BAE129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE129

Black with #BAE129

Text Example


Text Example

White with #BAE129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE129; }

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

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

background-color css

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

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

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

border-color css

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

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

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