Html Css Color HEX #BAE127 Fuego

📋 copy color: '#BAE127'

red 186 ◦ green 225 ◦ blue 39

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

Shades of Fuego #BAE127

Tints of Fuego #BAE127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.67%

R = 41.33%
G = 50%
B = 8.67%

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

#BAE127 (or 0xBAE127) is known color: Fuego. HEX triplet: BA, E1 and 27. RGB value is (186,225,39). Sum of RGB (Red+Green+Blue) = 186+225+39=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 225 (88.28% from 255 or 50% from 450); Blue value is 39 (15.62% from 255 or 8.67% from 450); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE127 is #451ED8. Grayscale: #C0C0C0. Windows color (decimal): -4529881 or 2613690. OLE color: 2613690.

HSL color Cylindrical-coordinate representation of color #BAE127: hue angle of 72.58º 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 #BAE127 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 225 39 -
CMYK 0.17 0 0.83 0.12
HSL 72.58º 0.76% 0.52% -
HSV(B) 72.58º 0.83% 0.88% -
XYZ 47.54 64.44 11.85 -
YUV 192.14 41.58 123.62 -
System Red Green Blue C M Y K H S L
Decimal 186 225 39 0.17 0 0.83 0.12 72.58 0.76 0.52
Hex BA E1 27 11 0 53 C 49 4C 34
Octal 272 341 47 21 0 123 14 111 114 64
Binary 10111010 11100001 100111 10001 0 1010011 1100 1001001 1001100 110100

Color Harmonies of #BAE127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE127

Black with #BAE127

Text Example


Text Example

White with #BAE127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE127; }

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

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

background-color css

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

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

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

border-color css

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

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

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