Html Css Color HEX #BAE629 Fuego

📋 copy color: '#BAE629'

red 186 ◦ green 230 ◦ blue 41

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

Shades of Fuego #BAE629

Tints of Fuego #BAE629

RGB

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

 GREEN value IS 230 (90.23% from 255) = 50.33%

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

R = 40.7%
G = 50.33%
B = 8.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#BAE629 (or 0xBAE629) is known color: Fuego. HEX triplet: BA, E6 and 29. RGB value is (186,230,41). Sum of RGB (Red+Green+Blue) = 186+230+41=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 230 (90.23% from 255 or 50.33% from 457); Blue value is 41 (16.41% from 255 or 8.97% from 457); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE629 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE629 is #4519D6. Grayscale: #C4C4C4. Windows color (decimal): -4528599 or 2746042. OLE color: 2746042.

HSL color Cylindrical-coordinate representation of color #BAE629: hue angle of 73.97º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BAE629 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 230 41 -
CMYK 0.19 0 0.82 0.10
HSL 73.97º 0.79% 0.53% -
HSV(B) 73.97º 0.82% 0.9% -
XYZ 48.95 67.19 12.49 -
YUV 195.3 40.92 121.37 -
System Red Green Blue C M Y K H S L
Decimal 186 230 41 0.19 0 0.82 0.10 73.97 0.79 0.53
Hex BA E6 29 13 0 52 A 4A 4F 35
Octal 272 346 51 23 0 122 12 112 117 65
Binary 10111010 11100110 101001 10011 0 1010010 1010 1001010 1001111 110101

Color Harmonies of #BAE629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE629

Black with #BAE629

Text Example


Text Example

White with #BAE629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE629; }

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

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

background-color css

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

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

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

border-color css

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

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

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