Html Css Color HEX #BAE729 Fuego

📋 copy color: '#BAE729'

red 186 ◦ green 231 ◦ blue 41

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

Shades of Fuego #BAE729

Tints of Fuego #BAE729

RGB

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

 GREEN value IS 231 (90.63% from 255) = 50.44%

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

R = 40.61%
G = 50.44%
B = 8.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#BAE729 (or 0xBAE729) is known color: Fuego. HEX triplet: BA, E7 and 29. RGB value is (186,231,41). Sum of RGB (Red+Green+Blue) = 186+231+41=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 231 (90.62% from 255 or 50.44% from 458); Blue value is 41 (16.41% from 255 or 8.95% from 458); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE729 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE729 is #4518D6. Grayscale: #C4C4C4. Windows color (decimal): -4528343 or 2746298. OLE color: 2746298.

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

Color convert

RGB 186 231 41 -
CMYK 0.19 0 0.82 0.09
HSL 74.21º 0.8% 0.53% -
HSV(B) 74.21º 0.82% 0.91% -
XYZ 49.23 67.75 12.58 -
YUV 195.89 40.59 120.95 -
System Red Green Blue C M Y K H S L
Decimal 186 231 41 0.19 0 0.82 0.09 74.21 0.8 0.53
Hex BA E7 29 13 0 52 9 4A 50 35
Octal 272 347 51 23 0 122 11 112 120 65
Binary 10111010 11100111 101001 10011 0 1010010 1001 1001010 1010000 110101

Color Harmonies of #BAE729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE729

Black with #BAE729

Text Example


Text Example

White with #BAE729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE729; }

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

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

background-color css

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

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

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

border-color css

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

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

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