Html Css Color HEX #BAE130 Fuego

📋 copy color: '#BAE130'

red 186 ◦ green 225 ◦ blue 48

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

Shades of Fuego #BAE130

Tints of Fuego #BAE130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.46%

R = 40.52%
G = 49.02%
B = 10.46%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#BAE130 (or 0xBAE130) is known color: Fuego. HEX triplet: BA, E1 and 30. RGB value is (186,225,48). Sum of RGB (Red+Green+Blue) = 186+225+48=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 225 (88.28% from 255 or 49.02% from 459); Blue value is 48 (19.14% from 255 or 10.46% from 459); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE130 is #451ECF. Grayscale: #C1C1C1. Windows color (decimal): -4529872 or 3203514. OLE color: 3203514.

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

Color convert

RGB 186 225 48 -
CMYK 0.17 0 0.79 0.12
HSL 73.22º 0.75% 0.54% -
HSV(B) 73.22º 0.79% 0.88% -
XYZ 47.71 64.5 12.73 -
YUV 193.16 46.08 122.89 -
System Red Green Blue C M Y K H S L
Decimal 186 225 48 0.17 0 0.79 0.12 73.22 0.75 0.54
Hex BA E1 30 11 0 4F C 49 4B 36
Octal 272 341 60 21 0 117 14 111 113 66
Binary 10111010 11100001 110000 10001 0 1001111 1100 1001001 1001011 110110

Color Harmonies of #BAE130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE130

Black with #BAE130

Text Example


Text Example

White with #BAE130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE130; }

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

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

background-color css

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

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

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

border-color css

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

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

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