Html Css Color HEX #BAE126 Fuego

📋 copy color: '#BAE126'

red 186 ◦ green 225 ◦ blue 38

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

Shades of Fuego #BAE126

Tints of Fuego #BAE126

RGB

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

 GREEN value IS 225 (88.28% from 255) = 50.11%

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

R = 41.43%
G = 50.11%
B = 8.46%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#BAE126 (or 0xBAE126) is known color: Fuego. HEX triplet: BA, E1 and 26. RGB value is (186,225,38). Sum of RGB (Red+Green+Blue) = 186+225+38=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 225 (88.28% from 255 or 50.11% from 449); Blue value is 38 (15.23% from 255 or 8.46% from 449); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE126 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE126 is #451ED9. Grayscale: #C0C0C0. Windows color (decimal): -4529882 or 2548154. OLE color: 2548154.

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

Color convert

RGB 186 225 38 -
CMYK 0.17 0 0.83 0.12
HSL 72.51º 0.76% 0.52% -
HSV(B) 72.51º 0.83% 0.88% -
XYZ 47.52 64.43 11.77 -
YUV 192.02 41.08 123.71 -
System Red Green Blue C M Y K H S L
Decimal 186 225 38 0.17 0 0.83 0.12 72.51 0.76 0.52
Hex BA E1 26 11 0 53 C 49 4C 34
Octal 272 341 46 21 0 123 14 111 114 64
Binary 10111010 11100001 100110 10001 0 1010011 1100 1001001 1001100 110100

Color Harmonies of #BAE126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE126

Black with #BAE126

Text Example


Text Example

White with #BAE126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE126; }

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

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

background-color css

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

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

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

border-color css

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

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

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