Html Css Color HEX #BAE132 Fuego

📋 copy color: '#BAE132'

red 186 ◦ green 225 ◦ blue 50

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

Shades of Fuego #BAE132

Tints of Fuego #BAE132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.85%

R = 40.35%
G = 48.81%
B = 10.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#BAE132 (or 0xBAE132) is known color: Fuego. HEX triplet: BA, E1 and 32. RGB value is (186,225,50). Sum of RGB (Red+Green+Blue) = 186+225+50=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 225 (88.28% from 255 or 48.81% from 461); Blue value is 50 (19.92% from 255 or 10.85% from 461); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE132 is #451ECD. Grayscale: #C2C2C2. Windows color (decimal): -4529870 or 3334586. OLE color: 3334586.

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

Color convert

RGB 186 225 50 -
CMYK 0.17 0 0.78 0.12
HSL 73.37º 0.74% 0.54% -
HSV(B) 73.37º 0.78% 0.88% -
XYZ 47.75 64.52 12.95 -
YUV 193.39 47.08 122.73 -
System Red Green Blue C M Y K H S L
Decimal 186 225 50 0.17 0 0.78 0.12 73.37 0.74 0.54
Hex BA E1 32 11 0 4E C 49 4A 36
Octal 272 341 62 21 0 116 14 111 112 66
Binary 10111010 11100001 110010 10001 0 1001110 1100 1001001 1001010 110110

Color Harmonies of #BAE132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE132

Black with #BAE132

Text Example


Text Example

White with #BAE132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE132; }

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

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

background-color css

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

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

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

border-color css

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

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

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