Html Css Color HEX #BAD636 Fuego

📋 copy color: '#BAD636'

red 186 ◦ green 214 ◦ blue 54

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

Shades of Fuego #BAD636

Tints of Fuego #BAD636

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.14%

 BLUE value IS 54 (21.48% from 255) = 11.89%

R = 40.97%
G = 47.14%
B = 11.89%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#BAD636 (or 0xBAD636) is known color: Fuego. HEX triplet: BA, D6 and 36. RGB value is (186,214,54). Sum of RGB (Red+Green+Blue) = 186+214+54=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 54 (21.48% from 255 or 11.89% from 454); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD636 is #4529C9. Grayscale: #BCBCBC. Windows color (decimal): -4532682 or 3593914. OLE color: 3593914.

HSL color Cylindrical-coordinate representation of color #BAD636: hue angle of 70.5º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BAD636 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 214 54 -
CMYK 0.13 0 0.75 0.16
HSL 70.5º 0.66% 0.53% -
HSV(B) 70.5º 0.75% 0.84% -
XYZ 44.96 58.8 12.47 -
YUV 187.39 52.72 127.01 -
System Red Green Blue C M Y K H S L
Decimal 186 214 54 0.13 0 0.75 0.16 70.5 0.66 0.53
Hex BA D6 36 D 0 4B 10 46 42 35
Octal 272 326 66 15 0 113 20 106 102 65
Binary 10111010 11010110 110110 1101 0 1001011 10000 1000110 1000010 110101

Color Harmonies of #BAD636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD636

Black with #BAD636

Text Example


Text Example

White with #BAD636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD636; }

 p { color: rgb(186,214,54); }

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

background-color css

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

 a { background-color: rgb(186,214,54); }

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

border-color css

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

 span { border-color: rgb(186,214,54); }

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