Html Css Color HEX #BAE426 Fuego

📋 copy color: '#BAE426'

red 186 ◦ green 228 ◦ blue 38

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

Shades of Fuego #BAE426

Tints of Fuego #BAE426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.41%

R = 41.15%
G = 50.44%
B = 8.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#BAE426 (or 0xBAE426) is known color: Fuego. HEX triplet: BA, E4 and 26. RGB value is (186,228,38). Sum of RGB (Red+Green+Blue) = 186+228+38=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 228 (89.45% from 255 or 50.44% from 452); Blue value is 38 (15.23% from 255 or 8.41% from 452); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE426 is #451BD9. Grayscale: #C2C2C2. Windows color (decimal): -4529114 or 2548922. OLE color: 2548922.

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

Color convert

RGB 186 228 38 -
CMYK 0.18 0 0.83 0.11
HSL 73.26º 0.78% 0.52% -
HSV(B) 73.26º 0.83% 0.89% -
XYZ 48.34 66.07 12.04 -
YUV 193.78 40.09 122.45 -
System Red Green Blue C M Y K H S L
Decimal 186 228 38 0.18 0 0.83 0.11 73.26 0.78 0.52
Hex BA E4 26 12 0 53 B 49 4E 34
Octal 272 344 46 22 0 123 13 111 116 64
Binary 10111010 11100100 100110 10010 0 1010011 1011 1001001 1001110 110100

Color Harmonies of #BAE426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE426

Black with #BAE426

Text Example


Text Example

White with #BAE426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE426; }

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

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

background-color css

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

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

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

border-color css

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

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

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