Html Css Color HEX #BAE229 Fuego

📋 copy color: '#BAE229'

red 186 ◦ green 226 ◦ blue 41

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

Shades of Fuego #BAE229

Tints of Fuego #BAE229

RGB

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

 GREEN value IS 226 (88.67% from 255) = 49.89%

 BLUE value IS 41 (16.41% from 255) = 9.05%

R = 41.06%
G = 49.89%
B = 9.05%

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

#BAE229 (or 0xBAE229) is known color: Fuego. HEX triplet: BA, E2 and 29. RGB value is (186,226,41). Sum of RGB (Red+Green+Blue) = 186+226+41=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 226 (88.67% from 255 or 49.89% from 453); Blue value is 41 (16.41% from 255 or 9.05% from 453); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE229 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE229 is #451DD6. Grayscale: #C1C1C1. Windows color (decimal): -4529623 or 2745018. OLE color: 2745018.

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

Color convert

RGB 186 226 41 -
CMYK 0.18 0 0.82 0.11
HSL 72.97º 0.76% 0.52% -
HSV(B) 72.97º 0.82% 0.89% -
XYZ 47.85 64.99 12.12 -
YUV 192.95 42.25 123.04 -
System Red Green Blue C M Y K H S L
Decimal 186 226 41 0.18 0 0.82 0.11 72.97 0.76 0.52
Hex BA E2 29 12 0 52 B 49 4C 34
Octal 272 342 51 22 0 122 13 111 114 64
Binary 10111010 11100010 101001 10010 0 1010010 1011 1001001 1001100 110100

Color Harmonies of #BAE229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE229

Black with #BAE229

Text Example


Text Example

White with #BAE229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE229; }

 p { color: rgb(186,226,41); }

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

background-color css

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

 a { background-color: rgb(186,226,41); }

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

border-color css

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

 span { border-color: rgb(186,226,41); }

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