Html Css Color HEX #BAE331 Fuego

📋 copy color: '#BAE331'

red 186 ◦ green 227 ◦ blue 49

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

Shades of Fuego #BAE331

Tints of Fuego #BAE331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.61%

R = 40.26%
G = 49.13%
B = 10.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#BAE331 (or 0xBAE331) is known color: Fuego. HEX triplet: BA, E3 and 31. RGB value is (186,227,49). Sum of RGB (Red+Green+Blue) = 186+227+49=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 227 (89.06% from 255 or 49.13% from 462); Blue value is 49 (19.53% from 255 or 10.61% from 462); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE331 is #451CCE. Grayscale: #C3C3C3. Windows color (decimal): -4529359 or 3269562. OLE color: 3269562.

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

Color convert

RGB 186 227 49 -
CMYK 0.18 0 0.78 0.11
HSL 73.82º 0.76% 0.54% -
HSV(B) 73.82º 0.78% 0.89% -
XYZ 48.27 65.6 13.02 -
YUV 194.45 45.92 121.97 -
System Red Green Blue C M Y K H S L
Decimal 186 227 49 0.18 0 0.78 0.11 73.82 0.76 0.54
Hex BA E3 31 12 0 4E B 4A 4C 36
Octal 272 343 61 22 0 116 13 112 114 66
Binary 10111010 11100011 110001 10010 0 1001110 1011 1001010 1001100 110110

Color Harmonies of #BAE331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE331

Black with #BAE331

Text Example


Text Example

White with #BAE331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE331; }

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

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

background-color css

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

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

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

border-color css

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

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

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