Html Css Color HEX #BAE428 Fuego

📋 copy color: '#BAE428'

red 186 ◦ green 228 ◦ blue 40

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

Shades of Fuego #BAE428

Tints of Fuego #BAE428

RGB

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

 GREEN value IS 228 (89.45% from 255) = 50.22%

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

R = 40.97%
G = 50.22%
B = 8.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#BAE428 (or 0xBAE428) is known color: Fuego. HEX triplet: BA, E4 and 28. RGB value is (186,228,40). Sum of RGB (Red+Green+Blue) = 186+228+40=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 228 (89.45% from 255 or 50.22% from 454); Blue value is 40 (16.02% from 255 or 8.81% from 454); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE428 is #451BD7. Grayscale: #C2C2C2. Windows color (decimal): -4529112 or 2679994. OLE color: 2679994.

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

Color convert

RGB 186 228 40 -
CMYK 0.18 0 0.82 0.11
HSL 73.4º 0.78% 0.53% -
HSV(B) 73.4º 0.82% 0.89% -
XYZ 48.38 66.08 12.21 -
YUV 194.01 41.09 122.29 -
System Red Green Blue C M Y K H S L
Decimal 186 228 40 0.18 0 0.82 0.11 73.4 0.78 0.53
Hex BA E4 28 12 0 52 B 49 4E 35
Octal 272 344 50 22 0 122 13 111 116 65
Binary 10111010 11100100 101000 10010 0 1010010 1011 1001001 1001110 110101

Color Harmonies of #BAE428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE428

Black with #BAE428

Text Example


Text Example

White with #BAE428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE428; }

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

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

background-color css

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

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

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

border-color css

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

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

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