Html Css Color HEX #BAE030 Fuego

📋 copy color: '#BAE030'

red 186 ◦ green 224 ◦ blue 48

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

Shades of Fuego #BAE030

Tints of Fuego #BAE030

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.91%

 BLUE value IS 48 (19.14% from 255) = 10.48%

R = 40.61%
G = 48.91%
B = 10.48%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#BAE030 (or 0xBAE030) is known color: Fuego. HEX triplet: BA, E0 and 30. RGB value is (186,224,48). Sum of RGB (Red+Green+Blue) = 186+224+48=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 224 (87.89% from 255 or 48.91% from 458); Blue value is 48 (19.14% from 255 or 10.48% from 458); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE030 is #451FCF. Grayscale: #C1C1C1. Windows color (decimal): -4530128 or 3203258. OLE color: 3203258.

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

Color convert

RGB 186 224 48 -
CMYK 0.17 0 0.79 0.12
HSL 72.95º 0.74% 0.53% -
HSV(B) 72.95º 0.79% 0.88% -
XYZ 47.44 63.96 12.64 -
YUV 192.57 46.41 123.31 -
System Red Green Blue C M Y K H S L
Decimal 186 224 48 0.17 0 0.79 0.12 72.95 0.74 0.53
Hex BA E0 30 11 0 4F C 49 4A 35
Octal 272 340 60 21 0 117 14 111 112 65
Binary 10111010 11100000 110000 10001 0 1001111 1100 1001001 1001010 110101

Color Harmonies of #BAE030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE030

Black with #BAE030

Text Example


Text Example

White with #BAE030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE030; }

 p { color: rgb(186,224,48); }

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

background-color css

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

 a { background-color: rgb(186,224,48); }

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

border-color css

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

 span { border-color: rgb(186,224,48); }

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