Html Css Color HEX #BAE028 Fuego

📋 copy color: '#BAE028'

red 186 ◦ green 224 ◦ blue 40

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

Shades of Fuego #BAE028

Tints of Fuego #BAE028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.89%

R = 41.33%
G = 49.78%
B = 8.89%

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

#BAE028 (or 0xBAE028) is known color: Fuego. HEX triplet: BA, E0 and 28. RGB value is (186,224,40). Sum of RGB (Red+Green+Blue) = 186+224+40=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 224 (87.89% from 255 or 49.78% from 450); Blue value is 40 (16.02% from 255 or 8.89% from 450); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE028 is #451FD7. Grayscale: #C0C0C0. Windows color (decimal): -4530136 or 2678970. OLE color: 2678970.

HSL color Cylindrical-coordinate representation of color #BAE028: hue angle of 72.39º 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 #BAE028 is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 224 40 -
CMYK 0.17 0 0.82 0.12
HSL 72.39º 0.75% 0.52% -
HSV(B) 72.39º 0.82% 0.88% -
XYZ 47.29 63.9 11.85 -
YUV 191.66 42.41 123.96 -
System Red Green Blue C M Y K H S L
Decimal 186 224 40 0.17 0 0.82 0.12 72.39 0.75 0.52
Hex BA E0 28 11 0 52 C 48 4B 34
Octal 272 340 50 21 0 122 14 110 113 64
Binary 10111010 11100000 101000 10001 0 1010010 1100 1001000 1001011 110100

Color Harmonies of #BAE028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE028

Black with #BAE028

Text Example


Text Example

White with #BAE028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE028; }

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

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

background-color css

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

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

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

border-color css

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

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

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