Html Css Color HEX #BADF2E Fuego

📋 copy color: '#BADF2E'

red 186 ◦ green 223 ◦ blue 46

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

Shades of Fuego #BADF2E

Tints of Fuego #BADF2E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.01%

 BLUE value IS 46 (18.36% from 255) = 10.11%

R = 40.88%
G = 49.01%
B = 10.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#BADF2E (or 0xBADF2E) is known color: Fuego. HEX triplet: BA, DF and 2E. RGB value is (186,223,46). Sum of RGB (Red+Green+Blue) = 186+223+46=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 223 (87.5% from 255 or 49.01% from 455); Blue value is 46 (18.36% from 255 or 10.11% from 455); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADF2E is #4520D1. Grayscale: #C0C0C0. Windows color (decimal): -4530386 or 3071930. OLE color: 3071930.

HSL color Cylindrical-coordinate representation of color #BADF2E: hue angle of 72.54º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BADF2E is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 223 46 -
CMYK 0.17 0 0.79 0.13
HSL 72.54º 0.73% 0.53% -
HSV(B) 72.54º 0.79% 0.87% -
XYZ 47.13 63.41 12.34 -
YUV 191.76 45.74 123.89 -
System Red Green Blue C M Y K H S L
Decimal 186 223 46 0.17 0 0.79 0.13 72.54 0.73 0.53
Hex BA DF 2E 11 0 4F D 49 49 35
Octal 272 337 56 21 0 117 15 111 111 65
Binary 10111010 11011111 101110 10001 0 1001111 1101 1001001 1001001 110101

Color Harmonies of #BADF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF2E

Black with #BADF2E

Text Example


Text Example

White with #BADF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF2E; }

 p { color: rgb(186,223,46); }

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

background-color css

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

 a { background-color: rgb(186,223,46); }

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

border-color css

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

 span { border-color: rgb(186,223,46); }

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